bodhi2: Set minute=0 on the bodhi-approve-testing cron job

This commit is contained in:
Luke Macken 2015-10-08 18:49:40 +00:00
parent 85a317b1c6
commit 1fa68e302e

View file

@ -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"