Skip to content

Commit

Permalink
Just set and let the next stanza in main handle the call
Browse files Browse the repository at this point in the history
  • Loading branch information
jvonau committed Apr 19, 2023
1 parent ff905ef commit 27c3b1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions roles/network/tasks/NM-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 27c3b1b

Please sign in to comment.