ansible/roles/pleroma/handlers/main.yml

9 lines
138 B
YAML
Raw Normal View History

#!/usr/bin/ansible-playbook
# vim:ft=ansible:
---
- name: restart pleroma
systemd:
name: pleroma
state: restarted
become: yes