forked from ISTI-ansible-roles/ansible-roles
Added verify_checksum variable
This commit is contained in:
parent
35d905f168
commit
7070013481
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue