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:
parent
9893e62fd5
commit
ca8e9ab79a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue