Do not ignore mashes that are in progress during Bodhi upgrades.

This commit is contained in:
Randy Barlow 2016-09-20 21:48:33 +00:00
parent dd7de52257
commit e4bd3103b1

View file

@ -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