Added Docker role

This commit is contained in:
2023-02-12 23:18:14 +01:00
parent 90f5d1b102
commit 6a8ea07a6c
10 changed files with 246 additions and 0 deletions

@ -0,0 +1,5 @@
- name: restart docker
systemd:
name: docker
state: restarted
become: true