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
|
- python-dev
|
||||||
- chrony
|
- chrony
|
||||||
- unattended-upgrades
|
- unattended-upgrades
|
||||||
- name: Remove exim4 and consolekit
|
- name: Remove packages we do not need
|
||||||
apt: pkg={{ item }} state=absent
|
apt: pkg={{ item }} state=absent
|
||||||
with_items:
|
with_items:
|
||||||
- exim4-daemon-light
|
- exim4-daemon-light
|
||||||
- consolekit
|
- consolekit
|
||||||
|
- snapd
|
||||||
|
- lxcfs
|
||||||
- name: Ensure haveged, ntp, and vnstat are started on boot
|
- name: Ensure haveged, ntp, and vnstat are started on boot
|
||||||
service: name={{ item }} enabled=yes
|
service: name={{ item }} enabled=yes
|
||||||
with_items:
|
with_items:
|
||||||
|
Loading…
Reference in New Issue
Block a user