prosody/handlers/main.yaml
author Luke Hoersten <luke@hoersten.org>
Fri, 15 Sep 2023 22:46:46 -0500
changeset 222 6eaeb42f5c10
parent 113 d843011c249d
permissions -rw-r--r--
Moved lnurld from my general ansible roles repo to the btc specific repo.

---

- name: restart prosody
  become: yes
  systemd: name="prosody.service" state="restarted" daemon_reload="yes"