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 }}'