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:
commit
0f546f29c0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue