From 7d1397f7df11a3334dd72c213ed46a95b822e89d Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 16 Aug 2017 11:57:20 -0400 Subject: [PATCH] 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 --- playbooks/publish/openstack-artifacts.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/publish/openstack-artifacts.yaml b/playbooks/publish/openstack-artifacts.yaml index 0ef3d2f0f4..d8a186bf94 100644 --- a/playbooks/publish/openstack-artifacts.yaml +++ b/playbooks/publish/openstack-artifacts.yaml @@ -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: