Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
and
  • Loading branch information
jvonau committed Nov 29, 2025
commit ce57f6b5662f19aad720290e7173f7ade9c85aa2
2 changes: 1 addition & 1 deletion roles/network/tasks/sysd-netd-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
template:
dest: /etc/systemd/network/IIAB-Bridge.netdev
src: network/systemd-br0.j2
when: iiab_lan_iface == "br0" not has_netplan
when: iiab_lan_iface == "br0" and not has_netplan

- name: Copy the bridge script - Assigns IP address
template:
Expand Down