From 8c2e4002940ef66acadc65237771394756936089 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 23 Aug 2023 12:05:56 +0200 Subject: [PATCH] basics.yml aktualisiert --- basics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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