deployment/ansible/roles/docker/handlers/main.yml

6 lines
76 B
YAML

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