1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

install time fix for #2220

This commit is contained in:
Jerry Vonau 2020-02-02 00:21:45 -06:00
parent 7edb7c691a
commit 3bb839294d

View file

@ -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