mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
@jvonau: suppress restarting of dnsmasq if initial install is using WiFi
This commit is contained in:
parent
28e1565682
commit
fa8ac3606d
1 changed files with 1 additions and 1 deletions
|
@ -74,4 +74,4 @@
|
|||
systemd:
|
||||
name: "{{ dhcp_service2 }}"
|
||||
state: restarted
|
||||
when: iiab_network_mode != "Appliance" and iiab_wan_iface != discovered_wireless_iface
|
||||
when: (iiab_network_mode != "Appliance") and (iiab_wan_iface != discovered_wireless_iface) and (not no_net_restart)
|
||||
|
|
Loading…
Reference in a new issue