Move template into it’s fhs place

master
Robin Schneider 4 years ago
parent 3531334281
commit 713a7683ef
No known key found for this signature in database
GPG Key ID: A81E8006DC95EFE6

@ -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…
Cancel
Save