summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/handlers/main.yml
blob: c288f4d05f71bfa15951b8144744f572b6d99587 (plain)
1
2
3
4
5
6
7
---
- name: restart node
  service: name={{ openshift.common.service_type }}-node state=restarted
  when: not (node_service_status_changed | default(false) | bool)

- name: restart docker
  service: name=docker state=restarted