copr: don't gather facts about openstack builders
The gathering facts tends to timeout the 1000s limit... and we don't
need it because we know in advance the parameters.
The facts gathering was enabled as part of e5becd03b8
, and that code is
not used anymore.
This commit is contained in:
parent
c101327843
commit
fdf98d6d47
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
- name: provision builder
|
||||
hosts: builder_temp_group
|
||||
gather_facts: True
|
||||
gather_facts: False
|
||||
sudo: True
|
||||
user: fedora
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
- name: provision builder
|
||||
hosts: builder_temp_group
|
||||
gather_facts: True
|
||||
gather_facts: False
|
||||
sudo: True
|
||||
user: fedora
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue