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:
Andrea Dell'Amico 2018-11-30 20:38:00 +01:00
parent 466a17f352
commit 7a1bd9468f
1 changed files with 1 additions and 1 deletions

View File

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