stack/ansible/roles/docker/handlers/main.yml
tim 3645d1314c Initial commit: arr-stack homelab + local AI
Docker Compose media stack (gluetun, *arr, Jellyfin), Ternary-Bonsai AI
(Open WebUI, Forgejo, optional OpenHands), and Ansible bootstrap for the
SER5 Ubuntu host.
2026-07-22 06:28:49 -07:00

5 lines
92 B
YAML

---
- name: Restart docker
ansible.builtin.service:
name: docker
state: restarted