forked from ISTI-ansible-roles/ansible-roles
Added verify_checksum variable
This commit is contained in:
parent
9cbae5185e
commit
c07902bfa0
|
@ -14,7 +14,7 @@
|
|||
|
||||
- block:
|
||||
- name: Get the grsf-publisher-ws war
|
||||
maven_artifact: artifact_id={{ grsf_publisher_ws_name }} version={{ grsf_publisher_ws_ver | default(omit) }} group_id={{ grsf_publisher_ws_group_id }} extension={{ grsf_publisher_ws_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ grsf_publisher_ws_file }}
|
||||
maven_artifact: artifact_id={{ grsf_publisher_ws_name }} version={{ grsf_publisher_ws_ver | default(omit) }} group_id={{ grsf_publisher_ws_group_id }} extension={{ grsf_publisher_ws_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ grsf_publisher_ws_file }} verify_checksum=always
|
||||
register: grsf_publisher_download
|
||||
|
||||
- name: Remove the old grsf-publisher-ws files
|
||||
|
|
Loading…
Reference in New Issue