1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00
Jerry Vonau 2017-11-11 17:29:31 -06:00
parent 73fd3959b2
commit 450c04697d
2 changed files with 21 additions and 1 deletions

View file

@ -46,7 +46,7 @@
when: not dnsmasq_enabled and dnsmasq_install
- name: dnsmasq copy config file to /etc
template: src=network/dnsmasq.conf dest=/etc/
template: src=network/dnsmasq.conf.j2 dest=/etc/
when: dnsmasq_enabled and dnsmasq_install
- name: Enable dnsmasq