From 962105f7f5f2113ba83645e266c785a13e8c9ea4 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 30 Nov 2018 19:47:24 +0100 Subject: [PATCH] library/roles/smartgears/accounting_aggregator_se_plugin/tasks/main.yml: Fix a typo in a task description. --- smartgears/accounting_aggregator_se_plugin/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/accounting_aggregator_se_plugin/tasks/main.yml b/smartgears/accounting_aggregator_se_plugin/tasks/main.yml index f879a2c2..44b39a02 100644 --- a/smartgears/accounting_aggregator_se_plugin/tasks/main.yml +++ b/smartgears/accounting_aggregator_se_plugin/tasks/main.yml @@ -33,7 +33,7 @@ maven_artifact: artifact_id={{ accounting_aggregator_se_plugin_name }} version={{ accounting_aggregator_se_plugin_version }} group_id={{ accounting_aggregator_se_plugin_group_id }} extension={{ accounting_aggregator_se_plugin_extension }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_instance_path }}/webapps/{{ smart_executor_name }}/WEB-INF/lib/plugins/{{ accounting_aggregator_se_plugin_name }} keep_name=yes notify: Restart smartgears - - name: Remove the Sis geotk uber jar org and META-INF directories + - name: Remove the accounting_aggregator uber jar org and META-INF directories file: dest={{ smartgears_instance_path }}/webapps/{{ smart_executor_name }}/WEB-INF/lib/plugins/{{ accounting_aggregator_se_plugin_name }}/{{ item }} state=absent with_items: - org