From 183820c3af9cb1968018ba8f32207dda310a5058 Mon Sep 17 00:00:00 2001 From: Roberto Date: Wed, 18 Jul 2018 09:39:00 +0200 Subject: [PATCH] fix undefined variable quota_se_plugin_maven_artifact_id --- smartgears/quota_se_plugin/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/quota_se_plugin/tasks/main.yml b/smartgears/quota_se_plugin/tasks/main.yml index 0b806314..271bafc7 100644 --- a/smartgears/quota_se_plugin/tasks/main.yml +++ b/smartgears/quota_se_plugin/tasks/main.yml @@ -15,7 +15,7 @@ register: quota_storage_download - name: Remove the old quota plugin - shell: rm -f {{ smartgears_instance_path }}/webapps/{{ smart_executor_name }}/WEB-INF/lib/{{ quota_se_plugin_maven_artifact_id }}-*-jar-with-dependencies.jar + shell: rm -f {{ smartgears_instance_path }}/webapps/{{ smart_executor_name }}/WEB-INF/lib/{{ quota_se_plugin_artifact_id }}-*-jar-with-dependencies.jar when: (quota_storage_download | changed) - name: Copy the quota plugin to its final destination