lockfile was renamed to composes in a prior commit.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
10c1d63f26
commit
5f616ef1c5
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
fail:
|
fail:
|
||||||
msg: "There are composes in progress."
|
msg: "There are composes in progress."
|
||||||
any_errors_fatal: true
|
any_errors_fatal: true
|
||||||
when: "lockfile.stdout != '{\"composes\": []}'"
|
when: "composes.stdout != '{\"composes\": []}'"
|
||||||
|
|
||||||
- name: push packages out
|
- name: push packages out
|
||||||
hosts: bodhi-backend:bodhi-backend-stg:bodhi2:bodhi2-stg
|
hosts: bodhi-backend:bodhi-backend-stg:bodhi2:bodhi2-stg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue