geoserver-connector: fix a typo.

This commit is contained in:
Andrea Dell'Amico 2017-09-25 18:56:23 +02:00
parent c31725edad
commit 9366988168
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
when: ( gcube_conn_download | changed )
notify: Restart smartgears
- name: Copy the gcube connector to its destination
- 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 }}
notify: Restart smartgears