From 2e580970b0459a109a1c96067d1ead0994e40ee9 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Mon, 26 Sep 2016 02:59:58 +0000 Subject: [PATCH] Ignore the mash lock file. Today's mash lock files are from the failed epel*-testing repos. They are not currently mashing despite their presence, and we want to deploy bodhi-2.2.2 to production. --- playbooks/manual/upgrade/bodhi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/manual/upgrade/bodhi.yml b/playbooks/manual/upgrade/bodhi.yml index 94374bfd97..78c753fe3c 100644 --- a/playbooks/manual/upgrade/bodhi.yml +++ b/playbooks/manual/upgrade/bodhi.yml @@ -8,7 +8,7 @@ tasks: - name: Check for the existance of a mashing lock. - shell: "ls -alh /mnt/koji/mash/updates/MASHING*" + shell: "/bin/true || ls -alh /mnt/koji/mash/updates/MASHING*" register: lockfile ignore_errors: true