Fix: Use relative path for template source
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
tasks:
|
||||
- name: Copy from template
|
||||
template:
|
||||
src: ~/git/ansible_uni_deploy/roles/wireguard_server/templates/wireguardclient.conf
|
||||
src: ../../roles/wireguard_server/templates/wireguardclient.conf
|
||||
dest: ~/{{ user }}.conf
|
||||
owner: "{{ ansible_user_id }}"
|
||||
group: "{{ ansible_user_id }}"
|
||||
|
||||
Reference in New Issue
Block a user