feat: add handler

This commit is contained in:
Simon Cornet 2026-05-08 09:12:17 +02:00
commit f74d10c5c7
2 changed files with 18 additions and 19 deletions

9
handlers/main.yaml Normal file
View file

@ -0,0 +1,9 @@
---
# restart zot
- name: "restart zot"
ansible.builtin.systemd:
name: "zot"
state: "restarted"
enabled: true
daemon_reload: true