7 lines
139 B
YAML
7 lines
139 B
YAML
|
---
|
||
|
# handlers file for gotosocial
|
||
|
- name: Restart gotosocial
|
||
|
ansible.builtin.systemd:
|
||
|
name: gotosocial.service
|
||
|
state: restarted
|