mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
as requested in chat
This commit is contained in:
parent
f43f2f4d77
commit
04928693b1
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
template:
|
||||
src: network/dnsmasq.conf.j2
|
||||
dest: /etc/dnsmasq.d/iiab.conf
|
||||
when: dnsmasq_enabled and dnsmasq_install
|
||||
when: dnsmasq_enabled and dnsmasq_install and (iiab_network_mode != "Appliance")
|
||||
|
||||
- name: Remove /etc/dnsmasq.d/iiab.conf when not dnsmasq_enabled or is Appliance
|
||||
file:
|
||||
|
|
Loading…
Reference in a new issue