1
0
Fork 0
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:
Jerry Vonau 2023-04-18 23:33:56 -05:00
parent ff905ef5d8
commit 27c3b1b9a0

View file

@ -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: