../library/roles/smartgears/quota_service/tasks/main.yml fix quota_service_extension variable

This commit is contained in:
Roberto Cirillo 2018-03-07 15:47:54 +01:00
parent 61379b701f
commit f11e9ec449
1 changed files with 1 additions and 1 deletions

View File

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