summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/handlers/main.yml
blob: 447ca85f300b6c1b0c253907377193fd36e8a1c3 (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)

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