From f4df37828e4079f8da3762c97f6b6849f70d731b Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 18 Jul 2023 15:48:27 +0200 Subject: [PATCH] basics.yml aktualisiert --- basics.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/basics.yml b/basics.yml index 027e7ad..99da6f7 100644 --- a/basics.yml +++ b/basics.yml @@ -148,9 +148,8 @@ command: systemctl enable dhcpcd args: creates: /etc/systemd/system/multi-user.target.wants/dhcpcd.service - when: nocontainer.stat.exists == true - when: mint.stat.exists == false - + when: (nocontainer.stat.exists == true) and (mint.stat.exists == false) + - name: No DHCPcd for internal interfaces ansible.builtin.lineinfile: path: /etc/dhcpcd.conf