mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
use item|trim in template
This commit is contained in:
parent
87ea472003
commit
9f4b99e50d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# /etc/systemd/network/IIAB-Slave-{{ iiab_wired_lan_iface }}.network
|
# /etc/systemd/network/IIAB-Slave-{{ item|trim }}.network
|
||||||
[Match]
|
[Match]
|
||||||
Name={{ iiab_wired_lan_iface }}
|
Name={{ item|trim }}
|
||||||
|
|
||||||
[Link]
|
[Link]
|
||||||
RequiredForOnline=no
|
RequiredForOnline=no
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue