--- - name: Install vlan apt: name: - vlan state: latest - name: modprobe 8021q command: modprobe 8021q become: yes - name: adding 8021q to /etc/modules lineinfile: path: /etc/modules line: 8021q state: present create: true become: yes