all: Do not auto-update on weekends

I don't want machines updating themselves, rebooting, and potentially
breaking stuff over the weekend.
frigate-exporter
Dustin 2024-06-21 22:08:03 -05:00
parent 7579429a0d
commit 24bf145a34
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ dnf_automatic_email_to: gyrfalcon@ebonfire.com
dnf_automatic_email_host: mail.pyrocufflink.blue dnf_automatic_email_host: mail.pyrocufflink.blue
dnf_automatic_schedule: >- dnf_automatic_schedule: >-
{{ ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'] {{ ['Mon', 'Tue', 'Wed', 'Thu']
| random(seed=inventory_hostname) | random(seed=inventory_hostname)
| string | string
}} *-*-* 04:00:00 America/Chicago }} *-*-* 04:00:00 America/Chicago