mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
commit
13da8238f9
4 changed files with 4 additions and 4 deletions
|
|
@ -22,4 +22,4 @@
|
|||
service:
|
||||
name: dnsmasq
|
||||
state: stopped
|
||||
when: dnsmasq_install | bool
|
||||
when: dnsmasq_install | bool and not no_net_restart
|
||||
|
|
|
|||
|
|
@ -74,6 +74,6 @@
|
|||
systemd:
|
||||
name: "{{ dhcp_service2 }}"
|
||||
state: restarted
|
||||
when: not no_net_restart
|
||||
#when: (iiab_network_mode != "Appliance") # Sufficient b/c br0 exists thanks to /etc/network/interfaces.d/iiab
|
||||
#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