mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
network - missing and #2284
This commit is contained in:
parent
b18f6fb4c2
commit
b8163a1e7c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue