mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Just set and let the next stanza in main handle the call
This commit is contained in:
parent
ff905ef5d8
commit
27c3b1b9a0
1 changed files with 3 additions and 2 deletions
|
@ -71,8 +71,9 @@
|
|||
when: wan_ip != "dhcp"
|
||||
|
||||
- name: Use systemd-networkd to handle br0
|
||||
include_tasks: sysd-netd-debian.yml
|
||||
when: iiab_lan_iface == "br0" and not systemd_networkd_active
|
||||
set_fact:
|
||||
systemd_networkd_active: True
|
||||
when: iiab_lan_iface == "br0"
|
||||
|
||||
- name: Reload systemd
|
||||
systemd:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue