mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-224: Use the product edition provided by the infrastructure template.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
vars:
|
||||
atl_product_family: "jira"
|
||||
atl_product_edition: "jira-software"
|
||||
atl_product_edition: "jira-{{ lookup('env', 'ATL_PRODUCT_EDITION') | lower }}"
|
||||
atl_product_user: "jira"
|
||||
|
||||
roles:
|
||||
|
||||
Reference in New Issue
Block a user