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