From 94ae12002a52895486316ab45242e02cb122cc57 Mon Sep 17 00:00:00 2001 From: Sadiq Saif Date: Tue, 15 Jan 2019 21:22:27 -0500 Subject: [PATCH] Update package removal list add snapd and lxcfs to removal list --- ubuntu/roles/common/tasks/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ubuntu/roles/common/tasks/main.yml b/ubuntu/roles/common/tasks/main.yml index 4394f22..b757395 100644 --- a/ubuntu/roles/common/tasks/main.yml +++ b/ubuntu/roles/common/tasks/main.yml @@ -42,11 +42,13 @@ - python-dev - chrony - unattended-upgrades -- name: Remove exim4 and consolekit +- name: Remove packages we do not need apt: pkg={{ item }} state=absent with_items: - exim4-daemon-light - consolekit + - snapd + - lxcfs - name: Ensure haveged, ntp, and vnstat are started on boot service: name={{ item }} enabled=yes with_items: