geoserver_connector: fix the destination path.

This commit is contained in:
Andrea Dell'Amico 2017-10-02 17:18:49 +02:00
parent 46bc9ef64f
commit 08fe2fd5db
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
notify: Restart smartgears
- name: Copy the gcube geoserver connector to its destination
copy: src={{ smartgears_downloads_dir }}/{{ gcube_geoserver_connector_file }} dest={{ smartgears_downloads_dir }}/webapps/{{ geoserver_app_name | lower }}/WEB-INF/lib/{{ gcube_geoserver_connector_name }}.{{ gcube_geoserver_connector_extension }}
copy: src={{ smartgears_downloads_dir }}/{{ gcube_geoserver_connector_file }} dest={{ smartgears_instance_path }}/webapps/{{ geoserver_app_name | lower }}/WEB-INF/lib/{{ gcube_geoserver_connector_name }}.{{ gcube_geoserver_connector_extension }} remote_src=yes force=yes
notify: Restart smartgears
become: True