ODCS: Do not use special_time in cron job.

This commit is contained in:
Jan Kaluza 2020-05-11 07:27:54 +02:00
parent 442c3b3b8b
commit 7f44408383

View file

@ -227,6 +227,6 @@
- name: Set cronjob to execute ELN periodic compose
cron:
name: "ELN periodic compose"
special_time: hourly
minute: 0
job: "MAILTO=releng-cron@lists.fedoraproject.org\nodcs --token=/etc/releng-odcs-oidc-token create-raw-config --compose-type=production --label=Alpha-0.1 eln eln"
when: inventory_hostname.startswith('odcs-backend-releng01')