mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -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_dir: "{{ atl_product_home_shared_download_dir }}"
|
||||||
download_only: true
|
download_only: true
|
||||||
update_cache: true
|
update_cache: true
|
||||||
|
ignore_errors: true
|
||||||
register: jdk_downloaded
|
register: jdk_downloaded
|
||||||
retries: 5
|
retries: 5
|
||||||
delay: 10
|
delay: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user