mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
Merged in CLIP-1614-fix-uppercase-in-product-version (pull request #172)
CLIP-1614 Removed lower case cast of product version Approved-by: Nasser Ghazali-Beiklar Approved-by: Adam Brokes
This commit is contained in:
@@ -71,7 +71,7 @@ atl_product_logs:
|
||||
# The following are imports from the environment. These are generally
|
||||
# set in /etc/atl by the CloudFormation template and sourced before
|
||||
# Ansible is run. See bin/ansible-with-atl-env for a convenient wrapper
|
||||
atl_product_version: "{{ lookup('env', 'ATL_PRODUCT_VERSION') | lower }}"
|
||||
atl_product_version: "{{ lookup('env', 'ATL_PRODUCT_VERSION') }}"
|
||||
|
||||
atl_efs_id: "{{ lookup('env', 'ATL_EFS_ID') }}"
|
||||
atl_aws_stack_name: "{{ lookup('env', 'ATL_AWS_STACK_NAME') }}"
|
||||
|
||||
Reference in New Issue
Block a user