bodhi2: Set minute=0 on the bodhi-approve-testing cron job
This commit is contained in:
parent
85a317b1c6
commit
1fa68e302e
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@
|
|||
# bodhi jobs, previously run by the TurboGears scheduler.
|
||||
|
||||
- name: bodhi-approve-testing cron job.
|
||||
cron: name="bodhi-approve-testing" hour="*/6" user="masher"
|
||||
cron: name="bodhi-approve-testing" hour="*/6" minute=0 user="masher"
|
||||
job="/usr/bin/bodhi-approve-testing /etc/bodhi/production.ini"
|
||||
cron_file=bodhi-approve-testing-job
|
||||
when: inventory_hostname.startswith('bodhi-backend02') and env == "production"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue