summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/apt.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/common/tasks/apt.yml')
-rw-r--r--roles/common/tasks/apt.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/common/tasks/apt.yml b/roles/common/tasks/apt.yml
index 57a4d10..f444315 100644
--- a/roles/common/tasks/apt.yml
+++ b/roles/common/tasks/apt.yml
@@ -2,17 +2,16 @@
apt: pkg={{ item }}
with_items:
- apt
- - apt-listbugs
- apt-listchanges
- apt-show-versions
- debian-archive-keyring
- debian-goodies
+ - needrestart
- unattended-upgrades
- debfoster
- deborphan
- debsecan
- debsums
- - update-notifier-common
- name: Configure APT (1)
template: src=etc/apt/{{ item }}.j2