Remove gather_facts: true

Zuulv3 now defaults to gathering: smart in ansible.cfg, along with
fact caching.  We can now remove gather_facts: true as we get it for
free now.

Change-Id: Ife8ffaa4716eb60c59c26b8f4842ad48a17d4ad2
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-07-20 18:05:14 -04:00
parent 68ee0780be
commit 0e3bbaac46
No known key found for this signature in database
GPG Key ID: 611A80832067AF38

View File

@ -1,10 +1,4 @@
- hosts: all
# We're gathering facts here so that we can emit things in the debug-ansible
# role. We also need facts in bindep.
# Don't copy-pasta this. Zuul runs ansible with gathering = explicit
gather_facts: true
gather_subset:
- "!all"
roles:
- role: configure-mirrors
# TODO(mordred) When we have site-local variables, these should go there