From 1fa68e302e56cfd125b5e9fee806c32cbee544d6 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Thu, 8 Oct 2015 18:49:40 +0000 Subject: [PATCH] bodhi2: Set minute=0 on the bodhi-approve-testing cron job --- roles/bodhi2/backend/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index a83ef57881..fd4cd0f687 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -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"