summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/handlers
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2015-07-20 11:01:37 -0400
committerJason DeTiberus <jdetiber@redhat.com>2015-07-20 11:01:37 -0400
commite60a11b97c83c29b8333d70cf4dcc86518cd150b (patch)
tree35fcd1039c6a77168be2c531c2e81bec427b2a42 /roles/openshift_master/handlers
parent638eeaff58fd871d145ca2037f5493dfbbd38ce0 (diff)
downloadopenshift-e60a11b97c83c29b8333d70cf4dcc86518cd150b.tar.gz
openshift-e60a11b97c83c29b8333d70cf4dcc86518cd150b.tar.bz2
openshift-e60a11b97c83c29b8333d70cf4dcc86518cd150b.tar.xz
openshift-e60a11b97c83c29b8333d70cf4dcc86518cd150b.zip
properly test openshift_master_ha var
Diffstat (limited to 'roles/openshift_master/handlers')
-rw-r--r--roles/openshift_master/handlers/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_master/handlers/main.yml b/roles/openshift_master/handlers/main.yml
index d57f9a4ea..f1e7e1ab3 100644
--- a/roles/openshift_master/handlers/main.yml
+++ b/roles/openshift_master/handlers/main.yml
@@ -1,4 +1,4 @@
---
- name: restart openshift-master
service: name=openshift-master state=restarted
- when: not openshift_master_ha
+ when: not openshift_master_ha | bool