From cc3cdb3b984423e4268f0dc5bb031759475ec627 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Tue, 17 Sep 2019 14:33:27 +1000 Subject: [PATCH] DCD-658: Full env var setting. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4415ff3..864da44 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ If you are using a CloudFormation template with places the stack details in `ansible-playbook` parameters in `bin/ansible-with-alt-env`. In this case you would only need to set it to: - -e atl_product_download_url=http://s3.amazon.com/atlassian/jira-9.0.0-PRE-TEST.tar.gz -e atl_use_system_jdk=true -e atl_download_format=tarball + ATL_ANSIBLE_EXTRA_PARAMS="-e atl_product_download_url=http://s3.amazon.com/atlassian/jira-9.0.0-PRE-TEST.tar.gz -e atl_use_system_jdk=true -e atl_download_format=tarball" ## Development