1
0
Fork 0
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:
A Holt 2017-12-04 11:53:19 -05:00 committed by GitHub
commit 0b3a5eab5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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