stop bodhi-check-policies cron job from sending out No handlers could be found for logger bodhi.server emails all the time
This commit is contained in:
parent
bfb9d492b0
commit
e43c8b50d1
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@
|
||||||
|
|
||||||
- name: bodhi-check-policies cron job.
|
- name: bodhi-check-policies cron job.
|
||||||
cron: name="bodhi-check-policies" hour="*/6" minute=0 user="apache"
|
cron: name="bodhi-check-policies" hour="*/6" minute=0 user="apache"
|
||||||
job="/usr/bin/bodhi-check-policies > /dev/null"
|
job="/usr/bin/bodhi-check-policies >& /dev/null"
|
||||||
cron_file=bodhi-check-policies-job
|
cron_file=bodhi-check-policies-job
|
||||||
when: (inventory_hostname.startswith('bodhi-backend01') and env == "staging") or (inventory_hostname.startswith('bodhi-backend02') and env == "production")
|
when: (inventory_hostname.startswith('bodhi-backend01') and env == "staging") or (inventory_hostname.startswith('bodhi-backend02') and env == "production")
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue