mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
once installed and rebooted br0 will be available
This commit is contained in:
parent
04edaeaddd
commit
1193b15184
1 changed files with 2 additions and 1 deletions
|
@ -89,6 +89,7 @@
|
|||
systemd:
|
||||
name: "{{ dhcp_service2 }}"
|
||||
state: restarted
|
||||
when: (not no_net_restart) or (is_ubuntu_20 and wifi_up_down)
|
||||
when: (not no_net_restart or (is_ubuntu_20 and wifi_up_down)) or (iiab_stage|int == 9)
|
||||
#when: (not no_net_restart or (is_ubuntu_20 and wifi_up_down))
|
||||
#when: (iiab_network_mode != "Appliance") # Sufficient b/c br0 exists thanks to /etc/network/interfaces.d/iiab
|
||||
#when: iiab_network_mode != "Appliance" and iiab_wan_iface != discovered_wireless_iface
|
||||
|
|
Loading…
Reference in a new issue