maybe fixed!

This commit is contained in:
John Burwell 2025-04-26 14:11:21 -05:00
parent 4affd0fe0a
commit 8ada40fec3
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ network:
radios: radios:
- port_name: radio0 - port_name: radio0
ax_iface: ax0
device: plughw:AllInOneCable # Could be audio device for Direwolf, or real serial device: plughw:AllInOneCable # Could be audio device for Direwolf, or real serial
speed: 1200 speed: 1200
mycall: KI5QKX-11 mycall: KI5QKX-11

View File

@ -36,7 +36,7 @@
index_var: index index_var: index
ansible.builtin.template: ansible.builtin.template:
src: ax.network.j2 src: ax.network.j2
dest: "/etc/systemd/network/{{ 'ax' + (index | string) }}.network" dest: "/etc/systemd/network/{{ item.ax_iface }}.network"
owner: root owner: root
group: root group: root
mode: "0644" mode: "0644"