mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 00:13:09 -06:00
ITPLT-3960 add ignore_errors to initial download to bypass edgecase where jdk is already installed
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
download_dir: "{{ atl_product_home_shared_download_dir }}"
|
||||
download_only: true
|
||||
update_cache: true
|
||||
ignore_errors: true
|
||||
register: jdk_downloaded
|
||||
retries: 5
|
||||
delay: 10
|
||||
|
||||
Reference in New Issue
Block a user