added verify_checksum variable

This commit is contained in:
Roberto Cirillo 2018-10-29 12:35:32 +01:00
parent e91682af9a
commit db878f2240
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
- block:
- name: Get the sdi-service
maven_artifact: artifact_id={{ sdi_service_name }} version={{ sdi_service_version | default('latest') }} group_id={{ sdi_group_id }} extension={{ sdi_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ sdi_service_file }}
maven_artifact: artifact_id={{ sdi_service_name }} version={{ sdi_service_version | default('latest') }} group_id={{ sdi_group_id }} extension={{ sdi_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ sdi_service_file }} verify_checksum=always
register: sdi_service_download
- name: Remove the old sdi files