mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-17 02:13:06 -06:00
url updated for version fetch
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
atl_latest_version: ''
|
atl_latest_version: ''
|
||||||
atl_cached_version: ''
|
atl_cached_version: ''
|
||||||
|
|
||||||
atl_product_latest_version_url: "https://marketplace.atlassian.com/rest/2/applications/{{ atl_product_family }}/versions/latest"
|
atl_product_latest_version_url: "https://marketplace.atlassian.com/rest/2/products/key/{{ atl_product_family }}/versions"
|
||||||
atl_product_version_cache_dir: "{{ atl_product_home_shared }}"
|
atl_product_version_cache_dir: "{{ atl_product_home_shared }}"
|
||||||
atl_product_version_cache: "{{ atl_product_home_shared }}/{{ atl_product_edition }}.version"
|
atl_product_version_cache: "{{ atl_product_home_shared }}/{{ atl_product_edition }}.version"
|
||||||
|
|
||||||
|
|||||||
@@ -10,4 +10,4 @@
|
|||||||
|
|
||||||
- name: Set the local var to retrieved version
|
- name: Set the local var to retrieved version
|
||||||
set_fact:
|
set_fact:
|
||||||
atl_latest_version: "{{ atl_product_version_json.version }}"
|
atl_latest_version: "{{ atl_product_version_json._embedded.versions[0].name }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user