From aabe22201cafe877270e465d4644c9b14f00a4ad Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 7 Aug 2017 17:14:14 -0400 Subject: [PATCH] Revert "Revert "Remove verify_host from publish-openstack-tarball"" Disable this again, until I have time to reproduce this locally. Something preventing rsync from using our known_hosts file from the workdir. This reverts commit 0a91a150c2f38b0d47749913a7a4adc20e8c3f31. Change-Id: I1036f6df59765209eed5f24385a73ac37e52a70a Signed-off-by: Paul Belanger --- playbooks/publish/openstack-tarball.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/publish/openstack-tarball.yaml b/playbooks/publish/openstack-tarball.yaml index b0079359f4..c51608f884 100644 --- a/playbooks/publish/openstack-tarball.yaml +++ b/playbooks/publish/openstack-tarball.yaml @@ -30,4 +30,3 @@ synchronize: src: "{{ zuul.executor.work_root }}/artifacts/" dest: "{{ tarball_path }}/" - verify_host: true