mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
ITOPSENG-395 allowing for a version to be forced (to handle milestone/beta builds)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user