From f73a0972f5ddeccdbb22c62ea6b7abf3d7d623c6 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Thu, 12 Jan 2017 20:27:22 +0000 Subject: [PATCH] Remove unbound from boot check list. --- ubuntu/roles/common/tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ubuntu/roles/common/tasks/main.yml b/ubuntu/roles/common/tasks/main.yml index ccc5f89..0b7fc7d 100644 --- a/ubuntu/roles/common/tasks/main.yml +++ b/ubuntu/roles/common/tasks/main.yml @@ -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