Update package removal list

add snapd and lxcfs to removal list
This commit is contained in:
Sadiq Saif 2019-01-15 21:22:27 -05:00 committed by GitHub
parent 1f81721ab6
commit 94ae12002a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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: