Apparently the minute and hour must be in quotes
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
d0ae5f84a7
commit
89ceaf5e06
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue