Add the 'verify_checksum=yes' option to the maven_artifact module.

This commit is contained in:
Andrea Dell'Amico 2018-10-16 17:34:07 +02:00
parent 3a43312e7a
commit 08259dfbe2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
- block:
- name: Get the gcube connector
maven_artifact: artifact_id={{ gcube_geoserver_connector_name }} version={{ gcube_geoserver_connector_version | default(omit) }} group_id={{ gcube_geoserver_connector_group_id }} extension={{ gcube_geoserver_connector_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ gcube_geoserver_connector_file }}
maven_artifact: artifact_id={{ gcube_geoserver_connector_name }} version={{ gcube_geoserver_connector_version | default(omit) }} group_id={{ gcube_geoserver_connector_group_id }} extension={{ gcube_geoserver_connector_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ gcube_geoserver_connector_file }} verify_checksum=always
register: gcube_conn_download
- name: Remove the installed gcube geoserver connector before upgrading