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