Don't test if container
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
2023-10-05 17:37:03 +13:00
parent 347faec64c
commit 5bac53eae1

View File

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