fixes?
This commit is contained in:
parent
f4242a132c
commit
9ce0af321d
@ -34,11 +34,9 @@
|
||||
loop: "{{ radios }}"
|
||||
loop_control:
|
||||
loop_var: radio
|
||||
vars:
|
||||
ax_iface: "{{ 'ax' + loop.index0 | string }}"
|
||||
ansible.builtin.template:
|
||||
src: ax.network.j2
|
||||
dest: "/etc/systemd/network/{{ ax_iface }}.network"
|
||||
dest: "/etc/systemd/network/{{ 'ax' + loop.index0 | string }}.network"
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0644"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user