ITOPSENG-395 allowing for a version to be forced (to handle milestone/beta builds)

This commit is contained in:
Geoff Jacobs
2020-01-17 14:04:44 +11:00
parent 0c502c296e
commit d858694698

View File

@@ -77,7 +77,8 @@
set_fact:
atl_download_version: "{{ atl_product_version }}"
when: (not cached.stat.exists) or
atl_product_version is version(atl_cached_version, '>')
atl_product_version is version(atl_cached_version, '>') or
force_version_update is defined
- name: "Case: Cached version is higher, ignore supplied"
set_fact: