pleroma/otp/handlers/main.yaml
author Luke Hoersten <luke@hoersten.org>
Mon, 16 Nov 2020 16:42:59 -0600
changeset 143 7d4a477be685
parent 141 0708c9c075fc
permissions -rw-r--r--
Updated pleroma to 2.2.0 and added new dep.

---

- 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"