Add task to regather facts after run

This role will introduce quite a bit of state change within the host
it's deployed on. After the run we should force regather facts to ensure
we have the most up-to-date information before running any other
playbooks/roles on the host.

Change-Id: I5b2724d8aada3a1a083bdebbc1d24869ad1c9a8c
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2018-05-15 11:03:47 -05:00 committed by Kevin Carter (cloudnull)
parent 3d5f38f23c
commit 6cf4490b50

View File

@ -96,3 +96,7 @@
when:
- compile_selinux_async is defined
- not compile_selinux_async | skipped
- name: (RE)Gather facts post setup
setup:
gather_subset: "network,hardware,virtual"