1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

network - missing and #2284

This commit is contained in:
Jerry Vonau 2020-03-09 12:43:05 -05:00
parent b18f6fb4c2
commit b8163a1e7c

View file

@ -41,7 +41,7 @@
template:
dest: /etc/network/interfaces.d/iiab
src: network/systemd.j2
when: not is_raspbian (iiab_lan_iface == "br0" or wan_ip != "dhcp" or gui_static_wan_ip == "undefined")
when: not is_raspbian and (iiab_lan_iface == "br0" or wan_ip != "dhcp" or gui_static_wan_ip == "undefined")
- name: Copy the bridge script for RPi
template: