basics.yml aktualisiert
This commit is contained in:
parent
fedf0967c7
commit
8c2e400294
@ -120,7 +120,7 @@
|
|||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
path: /etc/dhcpcd.conf
|
path: /etc/dhcpcd.conf
|
||||||
line: denyinterfaces docker0 virbr0 tornet0 veth* br*
|
line: denyinterfaces docker0 virbr0 tornet0 veth* br*
|
||||||
when: nocontainer.stat.exists == true
|
when: (nocontainer.stat.exists == true) and (mint.stat.exists == false)
|
||||||
register: dhcpcd
|
register: dhcpcd
|
||||||
|
|
||||||
- name: Check weather /etc/network/interfaces exists
|
- name: Check weather /etc/network/interfaces exists
|
||||||
|
Loading…
Reference in New Issue
Block a user