fix issue with path

This commit is contained in:
meaz 2023-07-11 10:39:24 +02:00
parent d6d60975f2
commit 1c4c54a914
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
- name: "[INSTALL] - Copy content of the tarball to roundcube-latest"
copy:
src: "{{ rcube_release_dir_path }}/roundcubemail-{{ rcube_version }}/"
dest: "{{ rcube_latest_path }}"
dest: "{{ rcube_latest_path }}/"
remote_src: 'true'
owner: '{{ rcube_app_username }}'
group: '{{ rcube_app_group }}'