Try escaping quotes...
This commit is contained in:
parent
b0ad485c07
commit
dcecfeb583
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
||||||
- name: install cron job for cleanup msg
|
- name: install cron job for cleanup msg
|
||||||
cron:
|
cron:
|
||||||
name="Send ODCS cleanup message"
|
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:
|
tags:
|
||||||
- odcs
|
- odcs
|
||||||
- odcs/frontend
|
- odcs/frontend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue