Include local network configuration for xps
This commit is contained in:
parent
b0c504072a
commit
c45bccdaa1
6 changed files with 40 additions and 7 deletions
|
|
@ -62,7 +62,11 @@
|
|||
group: systemd-network
|
||||
mode: '0640'
|
||||
loop:
|
||||
- src: 'templates/personal/xps/network/wireless.network.j2'
|
||||
- src: 'templates/personal/xps/network/wlan0.link.j2'
|
||||
dest: '/etc/systemd/network/10-wlan0.link'
|
||||
- src: 'templates/personal/xps/network/wlan0-local.network.j2'
|
||||
dest: '/etc/systemd/network/10-wireless.network'
|
||||
- src: 'templates/personal/xps/network/wlan0.network.j2'
|
||||
dest: '/etc/systemd/network/20-wireless.network'
|
||||
|
||||
- name: Remove leftover configuration files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue