tags: - 'molecule-notest'
All checks were successful
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Successful in 2m46s

This commit is contained in:
Mike Holloway 2025-01-05 03:07:59 -05:00
parent fda92b097a
commit f51c228573

View File

@ -101,7 +101,8 @@
owner: root owner: root
group: root group: root
mode: 0644 mode: 0644
when: '"molecule" not in group_names' tags:
- 'molecule-notest'
- lineinfile: - lineinfile:
path: /etc/hosts path: /etc/hosts
@ -110,7 +111,8 @@
owner: root owner: root
group: root group: root
mode: 0644 mode: 0644
when: '"molecule" not in group_names' tags:
- 'molecule-notest'
# - name: Copy cni networking driver config into place # - name: Copy cni networking driver config into place
# blockinfile: # blockinfile:
# name: "/etc/cni/net.d/podman.conflist" # name: "/etc/cni/net.d/podman.conflist"