ansible-base/roles/unattended-upgrades/files/20auto-upgrades
Marius Melzer fcad5b9354 Add unattended upgrades
Enable unattended upgrades and triggers unattended reboots (23:55 after an
upgrade which needs reboot).

Attention: this is specific to debian-style linux systems (Debian, Ubuntu,...).
2024-04-20 15:24:38 +02:00

2 lines
80 B
Text

APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Unattended-Upgrade "1";