/etc/hosts modification debugging
Some checks failed
Gitea Actions - molecule test work / Explore-molecule-Gitea-Action (push) Failing after 2m48s

This commit is contained in:
Mike Holloway 2025-01-04 21:32:29 -05:00
parent 5933757930
commit b414050a27

View File

@ -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"