Remove unbound from boot check list.

This commit is contained in:
staticsafe 2017-01-12 20:27:22 +00:00
parent 7bfc6267e1
commit f73a0972f5
1 changed files with 1 additions and 2 deletions

View File

@ -48,10 +48,9 @@
with_items:
- exim4-daemon-light
- consolekit
- name: Ensure haveged, unbound, ntp, and vnstat are started on boot
- name: Ensure haveged, ntp, and vnstat are started on boot
service: name={{ item }} enabled=yes
with_items:
- haveged
- unbound
- vnstat
- ntp