From aa96ae9697a0f0e233c2b8d706db6fb9c74eeca8 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Mon, 26 Sep 2016 03:03:59 +0000 Subject: [PATCH] Stop trying to be clever and just comment the mash lock checker. --- playbooks/manual/upgrade/bodhi.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/manual/upgrade/bodhi.yml b/playbooks/manual/upgrade/bodhi.yml index 8e8420394a..ec40ef51c0 100644 --- a/playbooks/manual/upgrade/bodhi.yml +++ b/playbooks/manual/upgrade/bodhi.yml @@ -12,10 +12,10 @@ register: lockfile ignore_errors: true - - name: Fail if we found that a mash was in progress - fail: msg="Presence of lockfile indicates that a mash is in progress." - any_errors_fatal: true - when: lockfile.rc != 0 +# - name: Fail if we found that a mash was in progress +# fail: msg="Presence of lockfile indicates that a mash is in progress." +# any_errors_fatal: true +# when: lockfile.rc == 0 - name: push packages out hosts: bodhi-backend:bodhi-backend-stg:bodhi2:bodhi2-stg