fix: Don't tweak permissions on resolv.conf etc
Some checks failed
CI / lint (push) Successful in 34s
CI / Molecule Test (almalinux8) (push) Successful in 1m57s
CI / Molecule Test (almalinux9) (push) Failing after 5m6s
CI / release (push) Has been skipped
CI / notify (push) Has been skipped

This commit is contained in:
2025-04-13 22:58:40 +12:00
parent 909e25687d
commit f732c1dd54

View File

@@ -97,5 +97,8 @@
- /etc/hosts - /etc/hosts
loop_control: loop_control:
loop_var: perm_config loop_var: perm_config
when: >
ansible_virtualization_type != "docker"
and ansible_virtualization_type != "container"
changed_when: false changed_when: false
tags: dns tags: dns