diff --git a/smartgears/sdi_service/tasks/main.yml b/smartgears/sdi_service/tasks/main.yml index 777a5330..52033bdd 100644 --- a/smartgears/sdi_service/tasks/main.yml +++ b/smartgears/sdi_service/tasks/main.yml @@ -13,7 +13,7 @@ - block: - name: Get the sdi-service - maven_artifact: artifact_id={{ sdi_service_name }} version={{ sdi_service_version | default('latest') }} group_id={{ sdi_group_id }} extension={{ sdi_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ sdi_service_file }} + maven_artifact: artifact_id={{ sdi_service_name }} version={{ sdi_service_version | default('latest') }} group_id={{ sdi_group_id }} extension={{ sdi_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ sdi_service_file }} verify_checksum=always register: sdi_service_download - name: Remove the old sdi files