2023-02-12 23:18:14 +01:00

6 lines
87 B
YAML

- name: restart docker
systemd:
name: docker
state: restarted
become: true