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
|
||||
set_fact:
|
||||
etc_hosts_file: "{{ __etc_hosts_file }}.docker"
|
||||
__etc_hosts_file: "{{ __etc_hosts_file }}.docker"
|
||||
when:
|
||||
- ansible_virtualization_type == "docker"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user