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