You've already forked ansible-role-common
chore: Lint fixes 🚨
This commit is contained in:
@@ -17,8 +17,8 @@
|
|||||||
a+r,
|
a+r,
|
||||||
}
|
}
|
||||||
when: >
|
when: >
|
||||||
ansible_virtualization_type != "docker"
|
ansible_virtualization_type != "docker"
|
||||||
and ansible_virtualization_type != "container"
|
and ansible_virtualization_type != "container"
|
||||||
and ansible_os_family == "RedHat"
|
and ansible_os_family == "RedHat"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: network_config
|
loop_var: network_config
|
||||||
@@ -33,8 +33,8 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- { src: etc.resolv.conf.j2, dest: /etc/resolv.conf, mode: u+rw, a+r }
|
- { src: etc.resolv.conf.j2, dest: /etc/resolv.conf, mode: u+rw, a+r }
|
||||||
when: >
|
when: >
|
||||||
ansible_virtualization_type != "docker"
|
ansible_virtualization_type != "docker"
|
||||||
and ansible_virtualization_type != "container"
|
and ansible_virtualization_type != "container"
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: network_config
|
loop_var: network_config
|
||||||
tags: dns
|
tags: dns
|
||||||
|
|||||||
Reference in New Issue
Block a user