mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
add not wan_in_interfaces check before cobbering /etc/network/interfaces
This commit is contained in:
parent
b9d97bce4f
commit
f8d7c1ddad
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
- name: Copy the bridge script for has_NM
|
||||
template: dest=/etc/network/interfaces
|
||||
src=network/systemd.j2
|
||||
when: has_NM and iiab_lan_iface == "br0"
|
||||
when: has_NM and not wan_in_interfaces and iiab_lan_iface == "br0"
|
||||
|
||||
# or provide keyfile layout like the XO's used way back.
|
||||
|
||||
|
|
Loading…
Reference in a new issue