diff --git a/smartgears/spd_service/tasks/main.yml b/smartgears/spd_service/tasks/main.yml index d181a4a..62064f6 100644 --- a/smartgears/spd_service/tasks/main.yml +++ b/smartgears/spd_service/tasks/main.yml @@ -13,7 +13,7 @@ - block: - name: Get the spd-service - maven_artifact: artifact_id={{ spd_service_name }} version={{ spd_service_version | default('latest') }} group_id={{ spd_group_id }} extension={{ spd_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ spd_service_file }} + maven_artifact: artifact_id={{ spd_service_name }} version={{ spd_service_version | default('latest') }} group_id={{ spd_group_id }} extension={{ spd_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ spd_service_file }} verify_checksum=always register: spd_service_download - name: Remove the old spd files