From 7cc0101f0d74ba2310277af09a3cb2c33dc6b793 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Tue, 29 Oct 2019 12:06:14 -0400 Subject: [PATCH] change Unattended-Upgrade::Remove-Unused-Dependencies in 50unattended-upgrades --- ubuntu/roles/apt-maintenance/files/50unattended-upgrades | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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