DCD-1526 Update Ansible playbook "latest" logic for Bitbucket, Confluence, and Crowd

This commit is contained in:
Yevhen Karnaukhov
2022-05-13 14:04:46 +02:00
parent c8a62d1d98
commit 60ce28df78
5 changed files with 20 additions and 26 deletions

View File

@@ -10,4 +10,4 @@
- name: Set the local var to retrieved version
set_fact:
atl_latest_version: "{{ atl_product_version_json.version }}"
atl_latest_version: "{{ atl_product_version_json._embedded.versions[0].name }}"