summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/handlers/main.yml
blob: ad79e62ae8dc1c1ff7020c21b04007e4267e2cef (plain)
1
2
3
4
5
---
- name: restart master
  systemd: name={{ openshift.common.service_type }}-master state=restarted
  when: (openshift.master.ha is not defined or not openshift.master.ha | bool) and (not (master_service_status_changed | default(false) | bool))
  notify: Verify API Server