From 579844084f1912a638cbae4bce01f7af65d0dbc8 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Wed, 7 May 2014 14:44:55 +0000 Subject: [PATCH] Oops, forgot to commit the resolv.conf copy change --- debian/roles/common/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/roles/common/tasks/main.yml b/debian/roles/common/tasks/main.yml index 949d232..6817014 100644 --- a/debian/roles/common/tasks/main.yml +++ b/debian/roles/common/tasks/main.yml @@ -22,5 +22,5 @@ - name: Ensure haveged and unbound are started on boot service: name=haveged enabled=yes service: name=unbound enabled=yes -- name: use local unbound instance for DNS - shell: echo "nameserver ::1" > /etc/resolv.conf +- name: use local unbound instance for DNS and Google Public DNS as backup + copy: src=resolv.conf dest=/etc/resolv.conf