forked from ISTI-ansible-roles/ansible-roles
Added verify_checksum variable
This commit is contained in:
parent
157e36bfa4
commit
35d905f168
|
@ -12,7 +12,7 @@
|
||||||
- block:
|
- block:
|
||||||
# NOTE: Install as the smartgears user so we do not mess with the permissions
|
# NOTE: Install as the smartgears user so we do not mess with the permissions
|
||||||
- name: Get the smart executor service war
|
- name: Get the smart executor service war
|
||||||
maven_artifact: artifact_id={{ smart_executor_name }} version={{ smart_executor_version | default('latest') }} group_id={{ smart_executor_group_id }} extension={{ smart_executor_extension | default('war') }} repository_url={{ smart_executor_url }} dest={{ smartgears_downloads_dir }}/{{ smart_executor_file }}
|
maven_artifact: artifact_id={{ smart_executor_name }} version={{ smart_executor_version | default('latest') }} group_id={{ smart_executor_group_id }} extension={{ smart_executor_extension | default('war') }} repository_url={{ smart_executor_url }} dest={{ smartgears_downloads_dir }}/{{ smart_executor_file }} verify_checksum=always
|
||||||
register: smartexecutor_download
|
register: smartexecutor_download
|
||||||
|
|
||||||
- name: Remove the old smart executor files if an upgrade is planned
|
- name: Remove the old smart executor files if an upgrade is planned
|
||||||
|
|
Loading…
Reference in New Issue