Fix the maven_artifact options.

This commit is contained in:
Andrea Dell'Amico 2018-12-05 16:05:19 +01:00
parent c8b805e48b
commit e3b0ce40c9
1 changed files with 1 additions and 1 deletions

View File

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