DCD-224: Rework version logic to allow upgrades to override the cached version value.

This commit is contained in:
Steve Smith
2019-05-23 12:40:30 +10:00
parent 34c6e80ffc
commit 9765cdd6d0
13 changed files with 293 additions and 27 deletions

View File

@@ -10,4 +10,4 @@
- name: Set the local var to retrieved version
set_fact:
atl_product_version: "{{ atl_product_version_json.version }}"
atl_latest_version: "{{ atl_product_version_json.version }}"