lots of cleanup; removal of some roles we are not actually going to rewrite or use
This commit is contained in:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user