aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/docker/handlers/main.yml
blob: 06f7c613c443c1fbd4e8d6483787108a78ac1bc3 (plain)
1
2
3
4
5
6
---

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