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

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