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