mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
9 lines
222 B
YAML
9 lines
222 B
YAML
---
|
|
|
|
# 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
|