basics.yml aktualisiert
This commit is contained in:
parent
7a44930638
commit
f4df37828e
@ -148,8 +148,7 @@
|
||||
command: systemctl enable dhcpcd
|
||||
args:
|
||||
creates: /etc/systemd/system/multi-user.target.wants/dhcpcd.service
|
||||
when: nocontainer.stat.exists == true
|
||||
when: mint.stat.exists == false
|
||||
when: (nocontainer.stat.exists == true) and (mint.stat.exists == false)
|
||||
|
||||
- name: No DHCPcd for internal interfaces
|
||||
ansible.builtin.lineinfile:
|
||||
|
Loading…
Reference in New Issue
Block a user