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