mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 09:23:06 -06:00
ITPLT-4583 rework latest version URL logic for all products
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
---
|
||||
|
||||
- name: Fetch the latest version from URL
|
||||
ansible.builtin.set_fact:
|
||||
atl_product_version_json: "{{ lookup('url', '{{ atl_mpac_api_base_url }}/parent-software/jira/versions?state=ACTIVE&limit=1') }}"
|
||||
|
||||
- name: Set the local var to retrieved version
|
||||
ansible.builtin.set_fact:
|
||||
atl_latest_version: "{{ atl_product_version_json.versions[0].versionNumber }}"
|
||||
1
roles/product_install/tasks/jira-software_version_latest.yml
Symbolic link
1
roles/product_install/tasks/jira-software_version_latest.yml
Symbolic link
@@ -0,0 +1 @@
|
||||
product_version_latest.yml
|
||||
Reference in New Issue
Block a user