Add handler to restart Docker daemon

This commit is contained in:
Corbin Bartsch 2022-09-06 23:49:38 -04:00
parent d31f4039cd
commit e5d77c4464
Signed by: coredotbin
GPG Key ID: 32D3B80A08D93212

5
handlers/main.yaml Normal file
View File

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