forked from ISTI-ansible-roles/ansible-roles
added verify-checksum parameter
This commit is contained in:
parent
09596cdfb4
commit
6d6665f05f
|
@ -13,7 +13,7 @@
|
|||
|
||||
- block:
|
||||
- name: Get the tabular-data-service
|
||||
maven_artifact: artifact_id={{ tabular_data_name }} version={{ tabular_data_version | default('latest') }} group_id={{ tabular_group_id }} extension={{ tabular_extension }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ tabular_data_file }}
|
||||
maven_artifact: artifact_id={{ tabular_data_name }} version={{ tabular_data_version | default('latest') }} group_id={{ tabular_group_id }} extension={{ tabular_extension }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ tabular_data_file }} verify_checksum=always
|
||||
register: tabular_data_download
|
||||
|
||||
- name: Remove the old tabulardata files
|
||||
|
|
Loading…
Reference in New Issue