summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-03-03 15:50:12 -0500
committerThomas Wiest <twiest@users.noreply.github.com>2015-03-03 15:50:12 -0500
commitebc226eb9580eb0173843c82afec811acca60896 (patch)
treeba0d9ded938e07837afbb5b2ce0f525a7d086869 /playbooks
parentd4658ec2e5004ff62051bc0ab8c88475237f543b (diff)
parent828161e22b2a551ac1bbe00eeb753d926631f0ce (diff)
downloadopenshift-ebc226eb9580eb0173843c82afec811acca60896.tar.gz
openshift-ebc226eb9580eb0173843c82afec811acca60896.tar.bz2
openshift-ebc226eb9580eb0173843c82afec811acca60896.tar.xz
openshift-ebc226eb9580eb0173843c82afec811acca60896.zip
Merge pull request #93 from liangxia/patch-2
Correct syntax error of missing quotes
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/aws/openshift-node/config.yml2
1 files changed, 1 insertions, 1 deletions
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
}