add initial resolv_conf role; fixes for etc_hosts

This commit is contained in:
Chris Hammer
2022-03-15 02:24:39 -04:00
parent 03e505837d
commit c4138d820d
14 changed files with 157 additions and 1 deletions

View File

@ -6,7 +6,7 @@
- ansible_virtualization_type == "docker"
- name: deploy {{ __etc_hosts_file }}
- name: Deploy {{ __etc_hosts_file }}
template:
src: templates/etc_hosts.j2
dest: "{{ __etc_hosts_file }}"