all: Do not auto-update on weekends
I don't want machines updating themselves, rebooting, and potentially breaking stuff over the weekend.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user