prosody/handlers/main.yaml
author Luke Hoersten <luke@hoersten.org>
Sun, 28 Jun 2020 12:27:27 -0500
changeset 53 9e4f750f5d36
parent 23 b4ad03deace1
child 113 d843011c249d
permissions -rw-r--r--
Disable systemd-resolved to not conflict with adguard home.

---

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