aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/noheat/cluster-rke/ansible/roles/setup_docker/handlers/main.yml
blob: 3627303e6b9ed7082c349f61639453a7df3ac99b (plain)
1
2
3
4
5
---
- name: restart docker
  service:
    name: docker
    state: restarted