forked from infra/ansible
uau: reboot if needed (e.g. on kernel update)
Manually rebooting is tedious and nothing bad happend over the last few years. Also important VMs are still on manual update.
This commit is contained in:
parent
8ef5789f4a
commit
6249d9d62f
@ -110,7 +110,7 @@ Unattended-Upgrade::Remove-Unused-Dependencies "true";
|
||||
|
||||
// Automatically reboot *WITHOUT CONFIRMATION* if
|
||||
// the file /var/run/reboot-required is found after the upgrade
|
||||
//Unattended-Upgrade::Automatic-Reboot "false";
|
||||
Unattended-Upgrade::Automatic-Reboot "true";
|
||||
|
||||
// Automatically reboot even if there are users currently logged in
|
||||
// when Unattended-Upgrade::Automatic-Reboot is set to true
|
||||
|
Loading…
Reference in New Issue
Block a user