rename template
This commit is contained in:
parent
d4bdc35829
commit
e354346bd3
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue