Oops, forgot to commit the resolv.conf copy change
This commit is contained in:
parent
c13a2d2a28
commit
579844084f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue