fix undefined variable quota_se_plugin_maven_artifact_id

This commit is contained in:
Roberto Cirillo 2018-07-18 09:39:00 +02:00
parent 4a4b2896ca
commit 183820c3af
1 changed files with 1 additions and 1 deletions

View File

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