From 1c4c54a9148bf19fee976731e31cb2f8d655d2bf Mon Sep 17 00:00:00 2001 From: meaz Date: Tue, 11 Jul 2023 10:39:24 +0200 Subject: [PATCH] fix issue with path --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index c5b175c..116f35a 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -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 }}'