diff --git a/ubuntu/roles/apt-maintenance/files/50unattended-upgrades b/ubuntu/roles/apt-maintenance/files/50unattended-upgrades index 0ba97e7..f68f203 100644 --- a/ubuntu/roles/apt-maintenance/files/50unattended-upgrades +++ b/ubuntu/roles/apt-maintenance/files/50unattended-upgrades @@ -61,7 +61,7 @@ Unattended-Upgrade::Mail "s+cron@sadiqs.com"; // Do automatic removal of new unused dependencies after the upgrade // (equivalent to apt-get autoremove) -//Unattended-Upgrade::Remove-Unused-Dependencies "false"; +Unattended-Upgrade::Remove-Unused-Dependencies "true"; // Automatically reboot *WITHOUT CONFIRMATION* // if the file /var/run/reboot-required is found after the upgrade