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

---

- name: restart adguard home
  become: yes
  systemd: name="AdGuardHome.service" enabled="yes" daemon_reload="yes" state="restarted"