ansible-collection-fediverse/roles/gotosocial/handlers/main.yml

7 lines
139 B
YAML
Raw Normal View History

2023-10-20 23:48:14 +00:00
---
# handlers file for gotosocial
- name: Restart gotosocial
ansible.builtin.systemd:
name: gotosocial.service
state: restarted