diff --git a/smartgears/home_library/tasks/main.yml b/smartgears/home_library/tasks/main.yml index 9438e897..782852e3 100644 --- a/smartgears/home_library/tasks/main.yml +++ b/smartgears/home_library/tasks/main.yml @@ -13,7 +13,7 @@ tags: [ 'smartgears', 'home_library', 'tomcat' ] - block: - - maven_artifact: artifact_id={{ home_library_name }} version={{ home_library_version | default(omit) }} group_id={{ home_library_group_id }} extension={{ home_library_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ home_library_file }} + - maven_artifact: artifact_id={{ home_library_name }} version={{ home_library_version | default(omit) }} group_id={{ home_library_group_id }} extension={{ home_library_extension | default('war') }} repository_url={{ smartgears_global_base_url }} dest={{ smartgears_downloads_dir }}/{{ home_library_file }} verify_checksum=always register: home_library_download - name: Remove the installed home library before upgrading