1
0
Fork 0
forked from infra/ansible

Add set -e to cron jobs to help chronic

Signed-off-by: Michael Winters <fedora@mwinters.net>
This commit is contained in:
Michael Winters 2026-04-02 10:13:42 -05:00 committed by Kevin Fenzi
commit df3b1f249e

View file

@ -5,6 +5,10 @@
# Only the most recent dump is published
#
# We need to set -e so that `chronic` will make the right decision about alerting
# us to any failures.
set -e
# This changes really often ;)
bkup_domain=rdu3.fedoraproject.org