7 lines
81 B
YAML
Raw Normal View History

2019-04-13 02:06:51 +02:00
---
- name: Restart Docker
systemd:
name: "docker"
state: "restarted"