Fix the maven_artifact options.

This commit is contained in:
Andrea Dell'Amico 2018-12-05 16:27:28 +01:00
parent 730be8b919
commit d79ffd5846
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
- block:
- name: Get the resource_registry war
maven_artifact: artifact_id={{ resource_registry_name }} version={{ resource_registry_version | default('latest') }} group_id={{ resource_registry_group_id }} extension={{ resource_registry_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ resource_registry_file }}
maven_artifact: artifact_id={{ resource_registry_name }} version={{ resource_registry_version | default('latest') }} group_id={{ resource_registry_group_id }} extension={{ resource_registry_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ resource_registry_file }} verify_checksum=always
register: resource_registry_download
- name: Remove the old resource-registry files