pleroma/handlers/main.yml

8 lines
118 B
YAML

---
- name: 'restart pleroma'
systemd:
name: 'pleroma.service'
state: 'restarted'
daemon_reload: 'yes'