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

Merge pull request #1768 from m-anish/dnsmasq_fix

Do not copy dnsmasq restart script if we are on RPi
This commit is contained in:
A Holt 2019-06-23 07:51:14 -04:00 committed by GitHub
commit 0f546f29c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: