add localhost to resolvconf

This commit is contained in:
Pig Monkey 2016-01-20 18:03:11 -08:00
parent 07570a6ec2
commit 7a6d602dcb

View file

@ -30,3 +30,8 @@
- name: Enable and start Unbound
service: name=unbound.service enabled=yes state=started
- name: Configure resolvconf to use Unbound
lineinfile: dest=/etc/resolvconf.conf
state=present
line="name_servers=127.0.0.1"