This commit is contained in:
James Turland
2024-05-02 13:37:53 +01:00
parent 83ca476110
commit a7b12f0b32
10 changed files with 124 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
- name: Restart Docker
ansible.builtin.systemd:
name: docker
state: restarted