Initial commit

This commit is contained in:
Tyler Hale 2024-11-05 14:00:56 -07:00
parent 9efd872019
commit 933293e8ef
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96
8 changed files with 99 additions and 3 deletions

View file

@ -0,0 +1,7 @@
---
# file: roles/docker/handlers/main.yml
- name: Restart docker
service:
name: docker
state: restarted