From 828161e22b2a551ac1bbe00eeb753d926631f0ce Mon Sep 17 00:00:00 2001 From: Liang Xia Date: Tue, 3 Mar 2015 11:00:08 +0800 Subject: Correct syntax error of missing quotes Always quote template expression brackets when they start a value. --- playbooks/aws/openshift-node/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/aws/openshift-node/config.yml b/playbooks/aws/openshift-node/config.yml index 4e851f928..f68041843 100644 --- a/playbooks/aws/openshift-node/config.yml +++ b/playbooks/aws/openshift-node/config.yml @@ -38,6 +38,6 @@ role: openshift_node, openshift_master_ips: "{{ hostvars['localhost'].openshift_master_ips | default(['']) }}", # TODO: add openshift_Master_public_ips - openshift_env: {{ "oo_env" }} + openshift_env: "{{ oo_env }}" # TODO: openshift_public_ip: set to aws instance public ip } -- cgit v1.2.3