mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
DCD-224: Fetch the product 'latest' file when no version is specified.
This commit is contained in:
9
roles/jira_download/tasks/main.yml
Normal file
9
roles/jira_download/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- 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"
|
||||
|
||||
Reference in New Issue
Block a user