forked from ISTI-ansible-roles/ansible-roles
../library/roles/smartgears/quota_service/tasks/main.yml fix quota_service_extension variable
This commit is contained in:
parent
61379b701f
commit
f11e9ec449
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue