Files
dc-deployments-automation/roles/product_install/tasks/crowd_version_latest.yml
Azra Sulthana b960c1c4cb crowd
2019-07-11 05:34:52 +00:00

14 lines
459 B
YAML

---
# This is the process for most products (except ServiceDesk
# basically). Symlink this to <edition>_version_latest.yml for each
# product that supports the standard marketplace API.
- name: Fetch the latest version from URL
set_fact:
atl_product_version_json: "{{ lookup('url', '{{ atl_product_latest_version_url }}') }}"
- name: Set the local var to retrieved version
set_fact:
atl_latest_version: "{{ atl_product_version_json.version }}"