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:
Pavel Raiskup 2019-11-07 12:10:24 +01:00 committed by Pierre-Yves Chibon
parent c101327843
commit fdf98d6d47
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@
- name: provision builder
hosts: builder_temp_group
gather_facts: True
gather_facts: False
sudo: True
user: fedora

View file

@ -32,7 +32,7 @@
- name: provision builder
hosts: builder_temp_group
gather_facts: True
gather_facts: False
sudo: True
user: fedora