summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/unbound.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/common/tasks/unbound.yml')
-rw-r--r--roles/common/tasks/unbound.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/roles/common/tasks/unbound.yml b/roles/common/tasks/unbound.yml
index b4554ac..dda6769 100644
--- a/roles/common/tasks/unbound.yml
+++ b/roles/common/tasks/unbound.yml
@@ -19,14 +19,3 @@
when: not r.changed
#- meta: flush_handlers
-
-- name: Use the local DNS server
- lineinfile: dest=/etc/resolv.conf create=yes
- regexp='^nameserver\s+127\.0\.0\.1\s*$'
- line='nameserver 127.0.0.1'
- insertbefore='^\s*#*?nameserver\s'
- firstmatch=yes
- tags:
- - resolver
- notify:
- - Restart Postfix