1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

raspbian - wifi installs not assigning ip address to br0 in time for dnsmasq

This commit is contained in:
Jerry Vonau 2020-05-07 06:37:47 -05:00
parent 845a961139
commit 04edaeaddd

View file

@ -89,6 +89,6 @@
systemd:
name: "{{ dhcp_service2 }}"
state: restarted
when: (not no_net_restart) or wifi_up_down
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