Move template into it’s fhs place
This commit is contained in:
parent
3531334281
commit
713a7683ef
2 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
|||
|
||||
- name: Generate WireGuard configuration file
|
||||
template:
|
||||
src: wg.conf.j2
|
||||
src: etc/wireguard/wg.conf.j2
|
||||
dest: "{{ wireguard_remote_directory }}/{{ wireguard_interface }}.conf"
|
||||
owner: "{{ wireguard_conf_owner }}"
|
||||
group: "{{ wireguard_conf_group }}"
|
||||
|
|
Loading…
Reference in a new issue