Initial commit

This commit is contained in:
2024-02-25 01:16:42 +03:00
commit 30a9e6599d
12 changed files with 211 additions and 0 deletions

6
handlers/main.yml Normal file
View File

@@ -0,0 +1,6 @@
---
- name: reload docker unit
systemd: daemon_reload=yes
- name: restart docker service
systemd: name=docker state=restarted