diff --git a/basics.yml b/basics.yml index 4242b32..000cd85 100644 --- a/basics.yml +++ b/basics.yml @@ -120,7 +120,7 @@ ansible.builtin.lineinfile: path: /etc/dhcpcd.conf line: denyinterfaces docker0 virbr0 tornet0 veth* br* - when: nocontainer.stat.exists == true + when: (nocontainer.stat.exists == true) and (mint.stat.exists == false) register: dhcpcd - name: Check weather /etc/network/interfaces exists