From f52dc7a3eaad133db19ecc784a533a216a089a06 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Thu, 1 Nov 2018 20:15:40 +0000 Subject: [PATCH] Revert "Temporarily disable the composes check." This reverts commit b7daa5a1383e27ed52fc6cfcdd0a455d5cb3a465. --- playbooks/manual/upgrade/bodhi.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/playbooks/manual/upgrade/bodhi.yml b/playbooks/manual/upgrade/bodhi.yml index 557819957a..c006bb1f3e 100644 --- a/playbooks/manual/upgrade/bodhi.yml +++ b/playbooks/manual/upgrade/bodhi.yml @@ -12,11 +12,11 @@ shell: "curl https://bodhi{{env_suffix}}.fedoraproject.org/composes/" register: composes - # - name: Fail if we found that a mash was in progress - # fail: - # msg: "There are composes in progress." - # any_errors_fatal: true - # when: "composes.stdout != '{\"composes\": []}' and env != 'staging'" + - name: Fail if we found that a mash was in progress + fail: + msg: "There are composes in progress." + any_errors_fatal: true + when: "composes.stdout != '{\"composes\": []}' and env != 'staging'" - name: push packages out hosts: bodhi-backend:bodhi-backend-stg