rename template

This commit is contained in:
Antonio J. Delgado 2022-10-21 22:04:46 +03:00
parent d4bdc35829
commit e354346bd3
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
--- ---
- name: Ensure Wireguard server is configure - name: Ensure Wireguard server is configure
template: template:
src: templates/wireguard_server.conf src: templates/wireguard_server.conf.j2
dest: "/etc/wireguard/{{ interface_name }}.conf" dest: "/etc/wireguard/{{ interface_name }}.conf"
notify: notify:
- Restart Wireguard service - Restart Wireguard service