1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 12:12:12 +00:00

remove anything that breaks if resolvconf service is referenced

This commit is contained in:
George Hunt 2017-06-02 23:50:24 +00:00
parent bb5975648d
commit a5128f839b
2 changed files with 1 additions and 12 deletions

View file

@ -16,12 +16,6 @@
when: named_enabled
register: dns_started
# decide if resolvconf will ever be used FIXME
- name: Configure resolvconf -- put localhost in resolv.conf
lineinfile: line="nameserver 127.0.0.1"
dest=/etc/resolvconf/resolv.conf.d/head
when: named_enabled and is_debuntu and dns_started.changed
- name: Stop dansguardian
service: name=dansguardian
state=stopped

View file

@ -16,12 +16,7 @@
- name: Get the stock resolv.conf manager
package: name=resolvconf
state=present
- name: recent raspbian uses dhcpcd rather than resolvconf
service: name=resolvconf
enabled=False
state=stopped
state=absent
- name: on upgrade from earlier xsce versions, remove /etc/network/interfaces.d/br0
file: path=/etc/network/interfaces.d/br0