From f51c2285735c221e52719d63616f1df2b568c01c Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Sun, 5 Jan 2025 03:07:59 -0500 Subject: [PATCH] tags: - 'molecule-notest' --- tasks/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 7d1c5f7..9d4306a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -101,7 +101,8 @@ owner: root group: root mode: 0644 - when: '"molecule" not in group_names' + tags: + - 'molecule-notest' - lineinfile: path: /etc/hosts @@ -110,7 +111,8 @@ owner: root group: root mode: 0644 - when: '"molecule" not in group_names' + tags: + - 'molecule-notest' # - name: Copy cni networking driver config into place # blockinfile: # name: "/etc/cni/net.d/podman.conflist"