Fix path.
This commit is contained in:
parent
08f4cf53d0
commit
3ece57d679
@ -29,7 +29,7 @@
|
||||
- name: Copy openvpn config
|
||||
ansible.builtin.copy:
|
||||
src: "{{ remote_workdir }}/config/docker-OpenVPN-server-stack/{{ item }}"
|
||||
dest: "/mnt/volumes/openvpn-server_conf/{{ item }}"
|
||||
dest: "/mnt/volumes/openvpn-server_conf/"
|
||||
remote_src: yes
|
||||
become: true
|
||||
with_items:
|
||||
|
Loading…
Reference in New Issue
Block a user