ITPLT-3960 add ignore_errors to initial download to bypass edgecase where jdk is already installed

This commit is contained in:
bmeehan
2024-08-19 08:29:28 +10:00
parent 6b8891acb4
commit 9248c270c9

View File

@@ -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