ITOPSENG-101 reverting the binary suffix, as its only for wac content not product-downloads

This commit is contained in:
Brett Meehan
2019-11-08 15:34:45 +11:00
parent 3b7623faa1
commit 51907590ce

View File

@@ -15,7 +15,7 @@ atl_download_format_suffix_map:
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/binary"
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 }}"
atl_product_download_filename: "{{ atl_download_edition | default(atl_product_edition) }}.{{ atl_product_version }}{{ atl_download_suffix }}"