Also redirect these cron jobs from bodhi-backend.
This commit is contained in:
parent
ea20281b1c
commit
3a233ef584
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@
|
||||||
|
|
||||||
- name: bodhi-approve-testing cron job.
|
- name: bodhi-approve-testing cron job.
|
||||||
cron: name="bodhi-approve-testing" hour="*/6" minute=0 user="apache"
|
cron: name="bodhi-approve-testing" hour="*/6" minute=0 user="apache"
|
||||||
job="/usr/bin/bodhi-approve-testing /etc/bodhi/production.ini"
|
job="/usr/bin/bodhi-approve-testing /etc/bodhi/production.ini 2> /dev/null"
|
||||||
cron_file=bodhi-approve-testing-job
|
cron_file=bodhi-approve-testing-job
|
||||||
when: inventory_hostname.startswith('bodhi-backend02') and env == "production"
|
when: inventory_hostname.startswith('bodhi-backend02') and env == "production"
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue