Added verify_checksum variable

This commit is contained in:
Roberto Cirillo 2018-10-29 17:50:24 +01:00
parent 9cbae5185e
commit c07902bfa0
1 changed files with 1 additions and 1 deletions

View File

@ -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