pleroma/otp/handlers/main.yaml
author Luke Hoersten <luke@hoersten.org>
Mon, 07 Oct 2024 15:25:37 -0500
changeset 238 bdbc88cb5078
parent 141 0708c9c075fc
permissions -rw-r--r--
Lots of updates and fixes for Ubuntu 24.04 Noble.

---

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