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"