chore: Lint fixes 🚨
All checks were successful
CI / lint (push) Successful in 35s
CI / Molecule Test (almalinux8) (push) Successful in 2m54s
CI / Molecule Test (almalinux9) (push) Successful in 2m49s
CI / release (push) Successful in 28s

This commit is contained in:
2024-04-24 14:50:04 +12:00
parent 463dfdf732
commit 6c80c1b07b

View File

@@ -17,8 +17,8 @@
a+r,
}
when: >
ansible_virtualization_type != "docker"
and ansible_virtualization_type != "container"
ansible_virtualization_type != "docker"
and ansible_virtualization_type != "container"
and ansible_os_family == "RedHat"
loop_control:
loop_var: network_config
@@ -33,8 +33,8 @@
with_items:
- { src: etc.resolv.conf.j2, dest: /etc/resolv.conf, mode: u+rw, a+r }
when: >
ansible_virtualization_type != "docker"
and ansible_virtualization_type != "container"
ansible_virtualization_type != "docker"
and ansible_virtualization_type != "container"
loop_control:
loop_var: network_config
tags: dns