src.nth.io/

summaryrefslogtreecommitdiff
path: root/pleroma/otp/handlers/main.yaml
blob: 26c73a28608183681eb573106d3780f5b76ed8f1 (plain)
1
2
3
4
5
6
7
8
9
---

- name: restart all pleroma instances
  become: yes
  command: "systemctl restart pleroma@*.service"

- name: restart pleroma instance
  become: yes
  systemd: name="pleroma@{{pleroma_instance}}.service" state="restarted" daemon_reload="yes"