- fix logic in roles/resolv_conf
- revert roles/hostname; however we're going to go another way
This commit is contained in:
@ -4,7 +4,8 @@
|
||||
__resolv_conf_file: "{{ __resolv_conf_file_docker }}"
|
||||
when:
|
||||
- ansible_virtualization_type == "docker" or
|
||||
ansible_virtualization_type == "podman"
|
||||
ansible_virtualization_type == "podman" or
|
||||
ansible_virtualization_type == "container"
|
||||
|
||||
|
||||
- name: Deploy {{ __resolv_conf_file }}
|
||||
|
Reference in New Issue
Block a user