Commit 5364727a by John Jarvis

removing double quotes around $elb

parent ec71b4c0
...@@ -106,7 +106,7 @@ gh_users: ...@@ -106,7 +106,7 @@ gh_users:
dns_zone: $dns_zone dns_zone: $dns_zone
rabbitmq_refresh: True rabbitmq_refresh: True
GH_USERS_PROMPT: '[$name_tag] ' GH_USERS_PROMPT: '[$name_tag] '
elb: "$elb" elb: $elb
EOF EOF
cat $extra_vars cat $extra_vars
# run the tasks to launch an ec2 instance from AMI # run the tasks to launch an ec2 instance from AMI
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment