forked from ISTI-ansible-roles/ansible-roles
grsf_publisher_ws: Rename a couple of variables.
This commit is contained in:
parent
697b86d33b
commit
9b299176cd
|
@ -14,7 +14,7 @@
|
|||
|
||||
- block:
|
||||
- name: Get the grsf-publisher-ws war
|
||||
maven_artifact: artifact_id={{ grsf_publisher_ws_name }} version={{ grsf_publisher_ws_version | default(omit) }} group_id={{ quota_group_id }} extension={{ quota_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ grsf_publisher_ws_file }}
|
||||
maven_artifact: artifact_id={{ grsf_publisher_ws_name }} version={{ grsf_publisher_ws_version | default(omit) }} group_id={{ grsf_publisher_ws_group_id }} extension={{ grsf_publisher_ws_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ grsf_publisher_ws_file }}
|
||||
register: grsf_publisher_download
|
||||
|
||||
- name: Remove the old grsf-publisher-ws files
|
||||
|
|
Loading…
Reference in New Issue