tmpl -> j2 for zerotier

This commit is contained in:
9pfs 2024-12-25 00:14:09 -08:00
parent ba0682ebf2
commit 18bb865075
Signed by: 9pfs
SSH key fingerprint: SHA256:yVO09iotyiNaBzBBvVR8ZTx7SB9VpvJPgR1Ihy1bz3Q
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@
tasks:
- name: copy zerotier .network file
ansible.builtin.template:
src: ztwfugvwdo.network.tmpl
src: ztwfugvwdo.network.j2
dest: /etc/systemd/network/ztwfugvwdo.network
mode: '0644'
when: ansible_service_mgr == 'systemd'