homelab/roles/calathea/handlers/main.yml
2025-01-12 23:19:37 +01:00

5 lines
102 B
YAML

---
- name: 'restart calathea'
ansible.builtin.service:
name: 'calathea'
state: 'restarted'