basics.yml aktualisiert
This commit is contained in:
parent
be3fc88142
commit
676b5d803c
@ -145,7 +145,7 @@
|
||||
- name: No DHCPcd for internal interfaces
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/dhcpcd.conf
|
||||
line: denyinterfaces docker0 virbr0 tornet0 veth* br*
|
||||
line: denyinterfaces docker0 virbr0 tornet0 veth* br* eth1
|
||||
when: (nocontainer.stat.exists == true) and (mint.stat.exists == false)
|
||||
register: dhcpcd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user