fix for etc_hosts/tasks/main.yml
This commit is contained in:
parent
a62b2a9c33
commit
309360b7f7
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- name: Set etc_hosts_file if running in Docker
|
- name: Set etc_hosts_file if running in Docker
|
||||||
set_fact:
|
set_fact:
|
||||||
etc_hosts_file: "{{ __etc_hosts_file }}.docker"
|
__etc_hosts_file: "{{ __etc_hosts_file }}.docker"
|
||||||
when:
|
when:
|
||||||
- ansible_virtualization_type == "docker"
|
- ansible_virtualization_type == "docker"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user