src.nth.io/

summaryrefslogtreecommitdiff
path: root/adguard-home/handlers/main.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-06-28 08:59:54 -0500
committerLuke Hoersten <[email protected]>2020-06-28 08:59:54 -0500
commit3ccfd0ecf6b0a9bc764136e6ba1cbe87b691b9c1 (patch)
treefbe0eadc3d9d7c8d9d472871458e301d2c71a6e7 /adguard-home/handlers/main.yaml
parent28e0e53a0f4fb020c8d01c75f3dd16c7819dab5f (diff)
Added AdGuard Home role.
Diffstat (limited to 'adguard-home/handlers/main.yaml')
-rw-r--r--adguard-home/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/adguard-home/handlers/main.yaml b/adguard-home/handlers/main.yaml
new file mode 100644
index 0000000..8929df9
--- /dev/null
+++ b/adguard-home/handlers/main.yaml
@@ -0,0 +1,5 @@
+---
+
+- name: restart adguard home
+ become: yes
+ systemd: name="AdGuardHome.service" enabled="yes" daemon_reload="yes"