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

8 lines
163 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
2023-10-22 14:18:54 +00:00
daemon_reload: true