mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
guard against losing dns lookups when the machine has alreay been configured in which /etc/resolv.conf would contain 127.0.0.1 as the nameserver address with resolvconf in action and /etc/iiab/iiab.env absent
This commit is contained in:
parent
4523565895
commit
4c18f746dc
1 changed files with 3 additions and 0 deletions
|
@ -90,3 +90,6 @@
|
|||
file: path=/etc/{{ apache_config_dir }}/dns-jail.conf
|
||||
state=absent
|
||||
when: not is_debuntu and not dns_jail_enabled
|
||||
|
||||
- name: Start named after copying files
|
||||
service: name={{ dns_service }} state=started
|
||||
|
|
Loading…
Reference in a new issue