mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update sysd-netd-debian.yml
This commit is contained in:
parent
b81d3365de
commit
7055165f77
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@
|
|||
name:
|
||||
- networkd-dispatcher # 15kB download: Dispatcher service for systemd-networkd connection status changes
|
||||
|
||||
- name: 'Install networkd-resolved
|
||||
package:
|
||||
name:
|
||||
- networkd-resolved
|
||||
when: is_raspbian and os_ver is version('raspbian-12', '>=')
|
||||
|
||||
- name: Copy the bridge script - Creates br0
|
||||
template:
|
||||
dest: /etc/systemd/network/IIAB-Bridge.netdev
|
||||
|
|
Loading…
Reference in a new issue