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

let NM if active handle wired slaves

This commit is contained in:
Jerry Vonau 2020-04-08 20:55:22 -05:00
parent 9893e62fd5
commit ca8e9ab79a

View file

@ -18,7 +18,7 @@
dest: /etc/systemd/network/IIAB-Slave-{{ item|trim }}.network
with_items:
- "{{ lan_list_result.stdout_lines }}"
when: iiab_wired_lan_iface is defined and num_lan_interfaces|int >= 2
when: iiab_wired_lan_iface is defined and num_lan_interfaces|int >= 2 and not network_manager_active
- name: Remove static WAN template
file: