Skip to content
Snippets Groups Projects

set reboot windows to tue and thur 1:00

Merged Michael Thaler requested to merge main into stable
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -13,7 +13,7 @@
failed_when: "( systemddetectvirt.rc != 0 ) and ( systemddetectvirt.stdout != 'none' )"
- block:
- name: Debugging section - MIGHT BE FALSE DISTRO; LOOK BELOW FOR CORRECTED FACTS
- name: Debugging section - DISTRO OUTPUT MIGHT BE FALSE; LOOK BELOW FOR CORRECTED FACTS
ansible.builtin.debug:
msg: " ansible_version.full {{ ansible_version.full }}, ansible_service_mgr: {{ ansible_service_mgr }} ansible_distribution: {{ansible_distribution}} ansible_distribution_version: {{ansible_distribution_version }} "
@@ -174,7 +174,7 @@
strategy = "periodic"
[[updates.periodic.window]]
days = [ "Mon", "Tue", "Wed", "Thu", "Fri" ]
days = [ "Tue", "Thu" ]
start_time = "01:00"
length_minutes = 60
Loading