Remove unbound from boot check list.
This commit is contained in:
parent
7bfc6267e1
commit
f73a0972f5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user