Merge branch 'nextgen' of github.com:staticsafe/ansible-playbooks into nextgen

This commit is contained in:
staticsafe 2019-01-19 18:31:01 -05:00
commit aa14f2f64f
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: