From 8cf5f556fd8359a98c3d3f51225ca167d16836fe Mon Sep 17 00:00:00 2001 From: bmeehan Date: Wed, 14 Aug 2024 15:14:06 +1000 Subject: [PATCH] ITPLT-3960 added the missing default --- roles/product_common/defaults/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/product_common/defaults/main.yml b/roles/product_common/defaults/main.yml index f8a46fd..2326b18 100644 --- a/roles/product_common/defaults/main.yml +++ b/roles/product_common/defaults/main.yml @@ -13,3 +13,5 @@ debian_architecture_translations: aarch64: arm64 debian_architecture: "{{ debian_architecture_translations[ansible_architecture] | default(ansible_architecture) }}" +# path to store jdk download +atl_product_home_shared_download_dir: "{{ atl_shared_mountpoint }}/downloads" \ No newline at end of file