ansible-collection-fediverse/roles/gotosocial/handlers/main.yml
2023-10-21 01:48:14 +02:00

6 lines
139 B
YAML

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