added verify-checksum parameter

This commit is contained in:
Roberto Cirillo 2018-10-17 10:46:46 +02:00
parent 6b16f040b7
commit 09596cdfb4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
- block:
- name: Get the spd-service
maven_artifact: artifact_id={{ spd_service_name }} version={{ spd_service_version | default('latest') }} group_id={{ spd_group_id }} extension={{ spd_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ spd_service_file }}
maven_artifact: artifact_id={{ spd_service_name }} version={{ spd_service_version | default('latest') }} group_id={{ spd_group_id }} extension={{ spd_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ spd_service_file }} verify_checksum=always
register: spd_service_download
- name: Remove the old spd files