Run bodhi-approve-testing in staging too.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
ef4b3b8570
commit
67e825df75
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@
|
|||
cron: name="bodhi-approve-testing" hour="*/6" minute=0 user="apache"
|
||||
job="/usr/bin/bodhi-approve-testing /etc/bodhi/production.ini > /dev/null"
|
||||
cron_file=bodhi-approve-testing-job
|
||||
when: inventory_hostname.startswith('bodhi-backend02') and env == "production"
|
||||
when: (inventory_hostname.startswith('bodhi-backend02') and env == "production") or (inventory_hostname.startswith('bodhi-backend01') and env == "staging")
|
||||
tags:
|
||||
- config
|
||||
- bodhi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue