DCD-224: Refactor downloads to be more explicit about the version cache file.

This commit is contained in:
Steve Smith
2019-04-26 10:03:33 +10:00
parent 76d310fc30
commit f1c63a7834
4 changed files with 42 additions and 12 deletions

View File

@@ -5,6 +5,6 @@ atl_product_version_cache: "{{ atl_product_home_shared }}/{{ atl_product_edition
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_product_edition }}-{{ atl_product_version_file.stdout }}.tar.gz"
atl_product_download_filename: "{{ atl_product_edition }}.{{ atl_product_version_file.stdout }}.tar.gz"
atl_product_download_url: "{{ atl_product_base_url }}/atlassian-{{ atl_product_edition }}-{{ atl_product_version }}.tar.gz"
atl_product_download_filename: "{{ atl_product_edition }}.{{ atl_product_version }}.tar.gz"
atl_product_download: "{{ atl_installer_temp }}/{{ atl_product_download_filename }}"