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:
parent
68ee0780be
commit
0e3bbaac46
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user