1 2 3 4 5
--- - name: restart pleroma become: yes systemd: name="{{pleroma_user}}" state="restarted" daemon_reload="yes"
☐