fix?
This commit is contained in:
parent
9ce0af321d
commit
6ab129d5fb
@ -33,10 +33,10 @@
|
||||
- name: Deploy AX.25 systemd-networkd configs
|
||||
loop: "{{ radios }}"
|
||||
loop_control:
|
||||
loop_var: radio
|
||||
index_var: index
|
||||
ansible.builtin.template:
|
||||
src: ax.network.j2
|
||||
dest: "/etc/systemd/network/{{ 'ax' + loop.index0 | string }}.network"
|
||||
dest: "/etc/systemd/network/{{ 'ax' + index }}.network"
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0644"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user