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