forked from ISTI-ansible-roles/ansible-roles
added verify-checksum parameter
This commit is contained in:
parent
6b16f040b7
commit
09596cdfb4
|
@ -13,7 +13,7 @@
|
|||
|
||||
- block:
|
||||
- name: Get the spd-service
|
||||
maven_artifact: artifact_id={{ spd_service_name }} version={{ spd_service_version | default('latest') }} group_id={{ spd_group_id }} extension={{ spd_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ spd_service_file }}
|
||||
maven_artifact: artifact_id={{ spd_service_name }} version={{ spd_service_version | default('latest') }} group_id={{ spd_group_id }} extension={{ spd_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ spd_service_file }} verify_checksum=always
|
||||
register: spd_service_download
|
||||
|
||||
- name: Remove the old spd files
|
||||
|
|
Loading…
Reference in New Issue