Remove unbound from boot check list.
This commit is contained in:
parent
7bfc6267e1
commit
f73a0972f5
@ -48,10 +48,9 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- exim4-daemon-light
|
- exim4-daemon-light
|
||||||
- consolekit
|
- 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
|
service: name={{ item }} enabled=yes
|
||||||
with_items:
|
with_items:
|
||||||
- haveged
|
- haveged
|
||||||
- unbound
|
|
||||||
- vnstat
|
- vnstat
|
||||||
- ntp
|
- ntp
|
||||||
|
Loading…
Reference in New Issue
Block a user