From 7a1bd9468f18977db4963d296d409b581065fabd Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 30 Nov 2018 20:38:00 +0100 Subject: [PATCH] library/roles/smartgears/accounting_dashboard_harvester_se_plugin/tasks/main.yml: Add the verify_checksum option to the maven task. --- .../accounting_dashboard_harvester_se_plugin/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/accounting_dashboard_harvester_se_plugin/tasks/main.yml b/smartgears/accounting_dashboard_harvester_se_plugin/tasks/main.yml index 0defb9e0..84698a42 100644 --- a/smartgears/accounting_dashboard_harvester_se_plugin/tasks/main.yml +++ b/smartgears/accounting_dashboard_harvester_se_plugin/tasks/main.yml @@ -12,7 +12,7 @@ - block: - 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 - name: Remove the old accounting_dashboard_harvester smart executor plugin