fix for etc_hosts/tasks/main.yml

This commit is contained in:
Chris Hammer 2023-12-09 16:45:01 -05:00
parent a62b2a9c33
commit 309360b7f7

View File

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