Update package removal list
add snapd and lxcfs to removal list
This commit is contained in:
parent
1f81721ab6
commit
94ae12002a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user