mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-224: Rename product_download to tgz_download in prep for an alternative installer.
This commit is contained in:
8
roles/tgz_download/tasks/cached_version_write.yml
Normal file
8
roles/tgz_download/tasks/cached_version_write.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
# At this point atl_product_version should be set, cache if necessary.
|
||||
- name: Write override cached version when specified
|
||||
template:
|
||||
src: version.j2
|
||||
dest: "{{ atl_product_version_cache }}"
|
||||
force: false
|
||||
Reference in New Issue
Block a user