mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
10 lines
248 B
YAML
10 lines
248 B
YAML
---
|
|
|
|
- name: Fetch the latest version if necessary
|
|
get_url:
|
|
url: "{{ atl_product_latest_version_url }}"
|
|
dest: "{{ atl_product_version_cache }}"
|
|
force: false
|
|
when: atl_product_version is undefined or atl_product_version == "latest"
|
|
|