Send stdout to /dev/null for the bodhi2 buildroot override expire cron. It's noisy.

This commit is contained in:
Kevin Fenzi 2016-04-16 23:08:20 +00:00
parent a0dee2a006
commit a6ffe552ff

View file

@ -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: