forked from ISTI-ansible-roles/ansible-roles
geoserver_connector: fix the destination path.
This commit is contained in:
parent
46bc9ef64f
commit
08fe2fd5db
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue