From ad1bc751972be8d584e98b81cfe5b339329f9539 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Fri, 7 Jun 2019 06:56:56 +0000 Subject: [PATCH] Revert "Explicitly store date facts for promote" This reverts commit ef7ab67356247e504211ef2debf659c9ee6296ae. It does not work, because running setup is not allowed in promote pipelines (even if it's a partial fact gathering). This is a problem, as it will cause all the promote pipelines to fail. It should therefore be reverted as fast as possible. Change-Id: Ib0b6ef059da4c65102343d7b4f26fee6be180ebc --- playbooks/docker-image/promote.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/playbooks/docker-image/promote.yaml b/playbooks/docker-image/promote.yaml index d2127a350..8160bf438 100644 --- a/playbooks/docker-image/promote.yaml +++ b/playbooks/docker-image/promote.yaml @@ -1,9 +1,3 @@ - hosts: localhost - # The gather_facts need to stay on smart (default on zuul executor) - # to keep the fact gathered to a minimum. - pre_tasks: - - name: Gather minimal set of facts - setup: - filter: ansible_date_time roles: - promote-docker-image