„basics.yml“ ändern
This commit is contained in:
parent
dbab8e2a64
commit
018adb24d0
@ -146,7 +146,8 @@
|
|||||||
command: systemctl enable dhcpcd
|
command: systemctl enable dhcpcd
|
||||||
args:
|
args:
|
||||||
creates: /etc/systemd/system/multi-user.target.wants/dhcpcd.service
|
creates: /etc/systemd/system/multi-user.target.wants/dhcpcd.service
|
||||||
when: mint.stat.exists == false or nocontainer.stat.exists == true
|
when: nocontainer.stat.exists == true
|
||||||
|
when: mint.stat.exists == false
|
||||||
|
|
||||||
- name: No DHCPcd for internal interfaces
|
- name: No DHCPcd for internal interfaces
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
|
Loading…
Reference in New Issue
Block a user