Gather all facts while preparing hosts
If we collect selective facts then on centos ansible_br_mgmt leads to undefined error. It fixes the same. Change-Id: I4accc9ab8c52a6bdda986c9b222710832e6814eb
This commit is contained in:
parent
f44635f975
commit
b493f6cf00
@ -199,7 +199,7 @@
|
||||
post_tasks:
|
||||
- name: (RE)Gather facts post setup
|
||||
setup:
|
||||
gather_subset: "network,hardware,virtual"
|
||||
gather_subset: "all"
|
||||
|
||||
- name: Trigger dnsmasq restart
|
||||
command: /bin/true
|
||||
|
Loading…
x
Reference in New Issue
Block a user