forked from ISTI-ansible-roles/ansible-roles
fix undefined variable quota_se_plugin_maven_artifact_id
This commit is contained in:
parent
4a4b2896ca
commit
183820c3af
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue