1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

restore missing optional user disabling of dnsmasq

This commit is contained in:
Jerry Vonau 2022-10-07 03:39:01 -05:00
parent fe18c8e050
commit 07f663b8ee

View file

@ -111,7 +111,7 @@
file: file:
path: /etc/dnsmasq.d/iiab.conf path: /etc/dnsmasq.d/iiab.conf
state: absent state: absent
when: iiab_network_mode == "Appliance" when: not dnsmasq_enabled or iiab_network_mode == "Appliance"
- name: Enable iiab-dnsmasq systemd service, if dnsmasq_enabled - name: Enable iiab-dnsmasq systemd service, if dnsmasq_enabled
systemd: systemd: