mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43: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:
|
set_fact:
|
||||||
atl_download_version: "{{ atl_product_version }}"
|
atl_download_version: "{{ atl_product_version }}"
|
||||||
when: (not cached.stat.exists) or
|
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"
|
- name: "Case: Cached version is higher, ignore supplied"
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|||||||
Reference in New Issue
Block a user