diff --git a/tasks/main.yml b/tasks/main.yml index 9d4306a..7d1c5f7 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -101,8 +101,7 @@ owner: root group: root mode: 0644 - tags: - - 'molecule-notest' + when: '"molecule" not in group_names' - lineinfile: path: /etc/hosts @@ -111,8 +110,7 @@ owner: root group: root mode: 0644 - tags: - - 'molecule-notest' + when: '"molecule" not in group_names' # - name: Copy cni networking driver config into place # blockinfile: # name: "/etc/cni/net.d/podman.conflist"