maybe fixed!
This commit is contained in:
parent
4affd0fe0a
commit
8ada40fec3
@ -15,6 +15,7 @@ network:
|
||||
|
||||
radios:
|
||||
- port_name: radio0
|
||||
ax_iface: ax0
|
||||
device: plughw:AllInOneCable # Could be audio device for Direwolf, or real serial
|
||||
speed: 1200
|
||||
mycall: KI5QKX-11
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
index_var: index
|
||||
ansible.builtin.template:
|
||||
src: ax.network.j2
|
||||
dest: "/etc/systemd/network/{{ 'ax' + (index | string) }}.network"
|
||||
dest: "/etc/systemd/network/{{ item.ax_iface }}.network"
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0644"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user