aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/roles/docker/handlers/main.yaml
blob: 572b789d4830a8730b44d02ad62bc169a7d91500 (plain)
1
2
3
4
5
6
7
8
9
---
# file roles/docker/handlers/main.yaml

- name: Restart Docker
  service:
    name: "docker"
    state: "{{ docker_restart_handler_state }}"
  tags:
    - docker-restart-service