mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #584 from jvonau/upgrades
guard against losing dns lookups when the machine has alreay been con… closes #581
This commit is contained in:
commit
0b3a5eab5d
1 changed files with 3 additions and 0 deletions
|
@ -90,3 +90,6 @@
|
||||||
file: path=/etc/{{ apache_config_dir }}/dns-jail.conf
|
file: path=/etc/{{ apache_config_dir }}/dns-jail.conf
|
||||||
state=absent
|
state=absent
|
||||||
when: not is_debuntu and not dns_jail_enabled
|
when: not is_debuntu and not dns_jail_enabled
|
||||||
|
|
||||||
|
- name: Start named after copying files
|
||||||
|
service: name={{ dns_service }} state=started
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue