From f003987cc486173684954de20ceddcc5281ecb0a Mon Sep 17 00:00:00 2001 From: bmeehan Date: Mon, 7 Nov 2022 23:45:24 +0000 Subject: [PATCH] ITPLT-2247 remove unintentional whitespace --- roles/product_install/defaults/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/product_install/defaults/main.yml b/roles/product_install/defaults/main.yml index 2b2c614..92766b3 100644 --- a/roles/product_install/defaults/main.yml +++ b/roles/product_install/defaults/main.yml @@ -17,7 +17,6 @@ atl_download_format_suffix_map: tarball: '.tar.gz' atl_download_suffix: "{{ atl_download_format_suffix_map[atl_download_format] }}" - atl_release_base_url: "https://product-downloads.atlassian.com/software" atl_product_base_url: "{{ atl_release_base_url }}/{{ atl_product_family }}/downloads" atl_product_download_url: "{{ atl_product_base_url }}/atlassian-{{ atl_download_edition | default(atl_product_edition) }}-{{ atl_product_version }}{{ atl_download_suffix }}"