add default empty value for etc_hosts_localhosts_dict_target (#7567)
This commit is contained in:
parent
4c06aa98b5
commit
d26191373a
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
state: present
|
state: present
|
||||||
backup: yes
|
backup: yes
|
||||||
unsafe_writes: yes
|
unsafe_writes: yes
|
||||||
loop: "{{ etc_hosts_localhosts_dict_target|dict2items }}"
|
loop: "{{ etc_hosts_localhosts_dict_target|default({})|dict2items }}"
|
||||||
|
|
||||||
# gather facts to update ansible_fqdn
|
# gather facts to update ansible_fqdn
|
||||||
- name: Update facts
|
- name: Update facts
|
||||||
|
|
Loading…
Reference in a new issue