mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-224: Rename product_download to tgz_download in prep for an alternative installer.
This commit is contained in:
12
roles/tgz_download/molecule/jira_version_latest/playbook.yml
Normal file
12
roles/tgz_download/molecule/jira_version_latest/playbook.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
vars:
|
||||
atl_product_family: "jira"
|
||||
atl_product_edition: "jira-core"
|
||||
atl_product_user: "jira"
|
||||
atl_product_version: "latest"
|
||||
roles:
|
||||
- role: linux_common
|
||||
- role: product_common
|
||||
- role: tgz_download
|
||||
Reference in New Issue
Block a user