Don't escape string quotes.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2018-05-17 16:23:14 +00:00
parent 26e8e02922
commit 0322d00180

View file

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