forked from ISTI-ansible-roles/ansible-roles
geoserver-connector: fix a typo.
This commit is contained in:
parent
c31725edad
commit
9366988168
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue