Try escaping quotes differently...

This commit is contained in:
Jan Kaluža 2019-02-25 12:30:31 +00:00
parent dcecfeb583
commit 0395c736e8

View file

@ -90,7 +90,7 @@
- name: install cron job for cleanup msg
cron:
name="Send ODCS cleanup message"
job='/usr/bin/echo ''{"task": "cleanup"}''| fedmsg-logger --cert-prefix odcs --topic odcs.internal.msg --json-input'
job="/usr/bin/echo '{\"task\": \"cleanup\"}'| fedmsg-logger --cert-prefix odcs --topic odcs.internal.msg --json-input"
tags:
- odcs
- odcs/frontend