mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #1523 from holta/wifi-install-fix
Possible fix for dnsmasq during WiFi installs for #1519
This commit is contained in:
commit
d570f47f61
1 changed files with 2 additions and 1 deletions
|
@ -74,4 +74,5 @@
|
|||
systemd:
|
||||
name: "{{ dhcp_service2 }}"
|
||||
state: restarted
|
||||
when: iiab_network_mode != "Appliance" and iiab_wan_iface != discovered_wireless_iface
|
||||
when: (iiab_network_mode != "Appliance") and (not no_net_restart)
|
||||
#when: iiab_network_mode != "Appliance" and iiab_wan_iface != discovered_wireless_iface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue