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

do not copy dnsmasq restart script if we are on rpi

This commit is contained in:
Anish Mangal 2019-06-23 11:43:45 +00:00
parent 5fc4d22057
commit 2d4a55aef2

View file

@ -61,7 +61,7 @@
mode: "0755"
owner: root
group: root
when: dnsmasq_enabled and dnsmasq_install and (iiab_network_mode != "Appliance")
when: dnsmasq_enabled and dnsmasq_install and (iiab_network_mode != "Appliance") and (not is_rpi)
- name: Remove /etc/dnsmasq.d/iiab.conf, when not dnsmasq_enabled or is Appliance
file: