Limit fact gather post build

We don't need everything the setup module pulls by default.

Change-Id: I404db42bad931520c5832edd3b1bd0468c4f676c
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2018-05-18 18:43:26 -05:00 committed by Kevin Carter (cloudnull)
parent e48838fef3
commit 02169f47ee
1 changed files with 2 additions and 1 deletions

View File

@ -366,4 +366,5 @@
meta: flush_handlers
- name: (RE)Gather facts post setup
setup: {}
setup:
gather_subset: "network,hardware,virtual"