forked from ISTI-ansible-roles/ansible-roles
library/roles/smartgears/accounting_dashboard_harvester_se_plugin/tasks/main.yml: Add the verify_checksum option to the maven task.
This commit is contained in:
parent
466a17f352
commit
7a1bd9468f
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
- name: Download the accounting_dashboard_harvester plugin uber jar
|
- name: Download the accounting_dashboard_harvester plugin uber jar
|
||||||
maven_artifact: artifact_id={{ accounting_dashboard_harvester_se_plugin_name }} version={{ accounting_dashboard_harvester_se_plugin_version | default('latest') }} group_id={{ accounting_dashboard_harvester_se_plugin_group_id }} extension={{ accounting_dashboard_harvester_se_plugin_extension }} repository_url={{ smartgears_global_base_url }} classifier={{ accounting_dashboard_harvester_se_plugin_classifier }} dest={{ smartgears_downloads_dir }}/{{ accounting_dashboard_harvester_se_plugin_uber_file }}
|
maven_artifact: artifact_id={{ accounting_dashboard_harvester_se_plugin_name }} version={{ accounting_dashboard_harvester_se_plugin_version | default('latest') }} group_id={{ accounting_dashboard_harvester_se_plugin_group_id }} extension={{ accounting_dashboard_harvester_se_plugin_extension }} repository_url={{ smartgears_global_base_url }} classifier={{ accounting_dashboard_harvester_se_plugin_classifier }} dest={{ smartgears_downloads_dir }}/{{ accounting_dashboard_harvester_se_plugin_uber_file }} verify_checksum=always
|
||||||
register: accounting_dashboard_harvester_download
|
register: accounting_dashboard_harvester_download
|
||||||
|
|
||||||
- name: Remove the old accounting_dashboard_harvester smart executor plugin
|
- name: Remove the old accounting_dashboard_harvester smart executor plugin
|
||||||
|
|
Loading…
Reference in New Issue