Added verify_checksum variable
This commit is contained in:
parent
c07902bfa0
commit
157e36bfa4
|
@ -13,7 +13,7 @@
|
||||||
tags: [ 'smartgears', 'home_library', 'tomcat' ]
|
tags: [ 'smartgears', 'home_library', 'tomcat' ]
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- maven_artifact: artifact_id={{ home_library_name }} version={{ home_library_version | default(omit) }} group_id={{ home_library_group_id }} extension={{ home_library_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ home_library_file }}
|
- maven_artifact: artifact_id={{ home_library_name }} version={{ home_library_version | default(omit) }} group_id={{ home_library_group_id }} extension={{ home_library_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ home_library_file }} verify_checksum=always
|
||||||
register: home_library_download
|
register: home_library_download
|
||||||
|
|
||||||
- name: Remove the installed home library before upgrading
|
- name: Remove the installed home library before upgrading
|
||||||
|
|
Loading…
Reference in New Issue