summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/handlers/main.yml
blob: f1e7e1ab3f75efb62c6a311dd65d1713f37d27f9 (plain)
1
2
3
4
---
- name: restart openshift-master
  service: name=openshift-master state=restarted
  when: not openshift_master_ha | bool