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:
Chandan Kumar 2019-01-23 10:00:03 +05:30
parent f44635f975
commit b493f6cf00

View File

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