DCD-352: Fix mangle vars.

This commit is contained in:
Steve Smith
2019-05-28 14:15:22 +10:00
parent b23a2a40d8
commit c503719ba3

View File

@@ -3,5 +3,5 @@
# FIXME: Add others as map?
atl_synchrony_cluster_type: "aws"
atl_synchrony_memory: "{{ lookup('env', 'ATL_SYNCHRONY_MEMORY') or '-Xmx2g'"
atl_synchrony_stack_space: "{{ lookup('env', 'ATL_SYNCHRONY_STACK_SPACE') or '-Xss2048k'"
atl_synchrony_memory: "{{ lookup('env', 'ATL_SYNCHRONY_MEMORY') or '-Xmx2g' }}"
atl_synchrony_stack_space: "{{ lookup('env', 'ATL_SYNCHRONY_STACK_SPACE') or '-Xss2048k' }}"