Apparently the minute and hour must be in quotes

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-02-12 12:00:22 +01:00
parent d0ae5f84a7
commit 89ceaf5e06

View file

@ -217,8 +217,8 @@
cron:
name: "dumps the state of the repos in JSON"
job: "repospanner --config /etc/pagure/repospanner-admin.yml admin repo list --json | python -m json.tool > /srv/cache/extras/repoinfo.json"
hour: */2
minute: 5
hour: "*/2"
minute: "5"
state: present
when: env == "staging"
tags: