浏览代码

Merge pull request #93 from liangxia/patch-2

Correct syntax error of missing quotes
Thomas Wiest 10 年之前
父节点
当前提交
ebc226eb95
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      playbooks/aws/openshift-node/config.yml

+ 1 - 1
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
       }