Frrx
This commit is contained in:
parent
6ab129d5fb
commit
4affd0fe0a
@ -36,7 +36,7 @@
|
||||
index_var: index
|
||||
ansible.builtin.template:
|
||||
src: ax.network.j2
|
||||
dest: "/etc/systemd/network/{{ 'ax' + index }}.network"
|
||||
dest: "/etc/systemd/network/{{ 'ax' + (index | string) }}.network"
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0644"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user