diff --git a/smartgears/quota_service/tasks/main.yml b/smartgears/quota_service/tasks/main.yml index eda14535..8557d5c6 100644 --- a/smartgears/quota_service/tasks/main.yml +++ b/smartgears/quota_service/tasks/main.yml @@ -14,7 +14,7 @@ - block: - name: Get the quota-service war - maven_artifact: artifact_id={{ quota_service_name }} version={{ quota_service_version | default(omit) }} group_id={{ quota_group_id }} extension={{ quota_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ quota_service_file }} + maven_artifact: artifact_id={{ quota_service_name }} version={{ quota_service_version | default(omit) }} group_id={{ quota_group_id }} extension={{ quota_service_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ quota_service_file }} register: quota_service_download - name: Remove the old quota service files