Disable facts on publish-openstack-artifacts jobs

While we do have fact caching enabled by default, they are not shared
across job runs. So, if we are doing add_host: tarballs.o.o each time
we upload something, it might be over kill to do gather facts each
time.

Right now, we don't use any facts, so we can stop collecting them.

Change-Id: I4a34c0c9c48b586dc24cb512c3a735e987deafbf
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-08-16 11:57:20 -04:00
parent e84c4bbf1c
commit 7d1397f7df
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
key: "{{ site_zuulv3_dev.ssh_known_hosts }}"
- hosts: "{{ site_zuulv3_dev.fqdn }}"
gather_facts: False
tasks:
- name: Set tarball path
set_fact: