This commit is contained in:
John Burwell 2025-04-26 14:09:28 -05:00
parent 6ab129d5fb
commit 4affd0fe0a

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 }}.network" dest: "/etc/systemd/network/{{ 'ax' + (index | string) }}.network"
owner: root owner: root
group: root group: root
mode: "0644" mode: "0644"