all: Do not auto-update on weekends
I don't want machines updating themselves, rebooting, and potentially breaking stuff over the weekend.frigate-exporter
parent
7579429a0d
commit
24bf145a34
|
@ -107,7 +107,7 @@ dnf_automatic_email_to: gyrfalcon@ebonfire.com
|
|||
dnf_automatic_email_host: mail.pyrocufflink.blue
|
||||
|
||||
dnf_automatic_schedule: >-
|
||||
{{ ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
|
||||
{{ ['Mon', 'Tue', 'Wed', 'Thu']
|
||||
| random(seed=inventory_hostname)
|
||||
| string
|
||||
}} *-*-* 04:00:00 America/Chicago
|
||||
|
|
Loading…
Reference in New Issue