mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 09:33:29 +08:00
Install cron job for sending ODCS cleanup messages. For testing on stg, send it once a minute.
This commit is contained in:
@@ -86,3 +86,9 @@
|
||||
tags:
|
||||
- odcs
|
||||
- odcs/frontend
|
||||
|
||||
- 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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user