You've already forked ansible-role-common
Don't test if container
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
a+r,
|
||||
}
|
||||
- { src: etc.resolv.conf.j2, dest: /etc/resolv.conf, mode: u+rw, a+r }
|
||||
when: ansible_virtualization_type != "docker"
|
||||
when: ansible_virtualization_type != "docker" and ansible_virtualization_type != "container"
|
||||
loop_control:
|
||||
loop_var: network_config
|
||||
tags: dns
|
||||
|
||||
Reference in New Issue
Block a user