Send stdout to /dev/null for the bodhi2 buildroot override expire cron. It's noisy.
This commit is contained in:
parent
a0dee2a006
commit
a6ffe552ff
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@
|
|||
|
||||
- name: bodhi-expire-overrides cron job.
|
||||
cron: name="bodhi-expire-overrides" hour="*" minute=0 user="apache"
|
||||
job="/usr/bin/bodhi-expire-overrides /etc/bodhi/production.ini"
|
||||
job="/usr/bin/bodhi-expire-overrides /etc/bodhi/production.ini 2> /dev/null"
|
||||
cron_file=bodhi-expire-overrides-job
|
||||
when: inventory_hostname.startswith('bodhi-backend02') and env == "production"
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue