Fix the maven_artifact options.
This commit is contained in:
parent
c8b805e48b
commit
e3b0ce40c9
|
@ -14,7 +14,7 @@
|
|||
|
||||
- block:
|
||||
- name: Get the catalogue-ws
|
||||
maven_artifact: artifact_id={{ gcat_name }} version={{ gcat_version | default(omit) }} group_id={{ gcat_group_id }} extension={{ gcat_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ gcat_file }}
|
||||
maven_artifact: artifact_id={{ gcat_name }} version={{ gcat_version | default(omit) }} group_id={{ gcat_group_id }} extension={{ gcat_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ gcat_file }} verify_checksum=always
|
||||
register: gcat_download
|
||||
|
||||
- name: Remove the old catalogue ws files
|
||||
|
|
Loading…
Reference in New Issue