summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master
diff options
context:
space:
mode:
authorLiang Xia <lxia@redhat.com>2015-03-03 10:26:01 +0800
committerLiang Xia <lxia@redhat.com>2015-03-03 10:26:01 +0800
commit5da830c4e75c2c5f8c24ec89bb5774f463823d4f (patch)
tree496c26bfc0dd97e1a5fc6a70bff40aeee58b31f6 /roles/openshift_master
parent5a3b4171f364ed05d8f9c630467938b6fdd60f64 (diff)
downloadopenshift-5da830c4e75c2c5f8c24ec89bb5774f463823d4f.tar.gz
openshift-5da830c4e75c2c5f8c24ec89bb5774f463823d4f.tar.bz2
openshift-5da830c4e75c2c5f8c24ec89bb5774f463823d4f.tar.xz
openshift-5da830c4e75c2c5f8c24ec89bb5774f463823d4f.zip
remove extra '}'
Diffstat (limited to 'roles/openshift_master')
-rw-r--r--roles/openshift_master/tasks/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/openshift_master/tasks/main.yml b/roles/openshift_master/tasks/main.yml
index eb8c6a2bd..2f8f8b950 100644
--- a/roles/openshift_master/tasks/main.yml
+++ b/roles/openshift_master/tasks/main.yml
@@ -40,13 +40,13 @@
facts:
- section: master
option: debug_level
- value: "{{ openshift_master_debug_level }}" }
+ value: "{{ openshift_master_debug_level }}"
- section: master
option: public_ip
- value: "{{ openshift_public_ip }}" }
+ value: "{{ openshift_public_ip }}"
- section: master
option: externally_managed
- value: "{{ openshift_master_manage_service_externally }}" }
+ value: "{{ openshift_master_manage_service_externally }}"
- name: Start and enable openshift-master
service: name=openshift-master enabled=yes state=started