From b414050a27da9473c0ca500696d93ea8ff8238ee Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sat, 4 Jan 2025 21:32:29 -0500 Subject: [PATCH] /etc/hosts modification debugging --- tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index c68dcee..cc20efe 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -98,6 +98,7 @@ owner: root group: root mode: 0644 + when: '"molecule" not in group_names' - lineinfile: path: /etc/hosts @@ -106,6 +107,7 @@ owner: root group: root mode: 0644 + when: '"molecule" not in group_names' # - name: Copy cni networking driver config into place # blockinfile: # name: "/etc/cni/net.d/podman.conflist"