From 018adb24d0391860819269c6ea5e801999436d3c Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 2 May 2023 20:40:15 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ebasics.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- basics.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/basics.yml b/basics.yml index 96a3261..b67e290 100644 --- a/basics.yml +++ b/basics.yml @@ -146,7 +146,8 @@ command: systemctl enable dhcpcd args: creates: /etc/systemd/system/multi-user.target.wants/dhcpcd.service - when: mint.stat.exists == false or nocontainer.stat.exists == true + when: nocontainer.stat.exists == true + when: mint.stat.exists == false - name: No DHCPcd for internal interfaces ansible.builtin.lineinfile: