ansible-roles/docker/handlers/main.yml

4 lines
66 B
YAML
Raw Normal View History

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