ansible-collection-fediverse/roles/gotosocial/handlers/main.yml
2023-10-22 16:18:54 +02:00

7 lines
163 B
YAML

---
# handlers file for gotosocial
- name: Restart gotosocial
ansible.builtin.systemd:
name: gotosocial.service
state: restarted
daemon_reload: true