Added verify_checksum variable

This commit is contained in:
Roberto Cirillo 2018-10-29 17:51:54 +01:00
parent 35d905f168
commit 7070013481
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
tags: [ 'smartgears', 'storage_hub', 'tomcat' ]
- block:
- maven_artifact: artifact_id={{ storage_hub_name }} version={{ storage_hub_version | default(omit) }} group_id={{ storage_hub_group_id }} extension={{ storage_hub_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ storage_hub_file }}
- maven_artifact: artifact_id={{ storage_hub_name }} version={{ storage_hub_version | default(omit) }} group_id={{ storage_hub_group_id }} extension={{ storage_hub_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ storage_hub_file }} verify_checksum=always
register: storage_hub_download
- name: Remove the installed storage hub before upgrading