Oops, forgot to commit the resolv.conf copy change

This commit is contained in:
staticsafe 2014-05-07 14:44:55 +00:00
parent c13a2d2a28
commit 579844084f
1 changed files with 2 additions and 2 deletions

View File

@ -22,5 +22,5 @@
- name: Ensure haveged and unbound are started on boot - name: Ensure haveged and unbound are started on boot
service: name=haveged enabled=yes service: name=haveged enabled=yes
service: name=unbound enabled=yes service: name=unbound enabled=yes
- name: use local unbound instance for DNS - name: use local unbound instance for DNS and Google Public DNS as backup
shell: echo "nameserver ::1" > /etc/resolv.conf copy: src=resolv.conf dest=/etc/resolv.conf