From 9f1fff5daeee4ebcaba3ceb08dc43c2eb85e5a24 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sun, 2 Nov 2025 15:12:39 +0100 Subject: [PATCH] feat: re-enable apt auto reboots --- defaults/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/main.yaml b/defaults/main.yaml index 56596a1..87e43e3 100644 --- a/defaults/main.yaml +++ b/defaults/main.yaml @@ -1,8 +1,8 @@ --- # automatic reboot -apt_automatic_reboot_time: "04:00" -apt_automatic_reboot: false +apt_automatic_reboot_time: "03:45" +apt_automatic_reboot: true # ubuntu package repositories apt_enable_multiverse: false