From 676b5d803c660c11b7be9f6f843a2b02608c7718 Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 3 Oct 2023 00:43:58 +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 b35fecc..9b56060 100644 --- a/basics.yml +++ b/basics.yml @@ -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