diff options
| author | Luke Hoersten <[email protected]> | 2020-06-28 08:59:54 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-06-28 08:59:54 -0500 |
| commit | 3ccfd0ecf6b0a9bc764136e6ba1cbe87b691b9c1 (patch) | |
| tree | fbe0eadc3d9d7c8d9d472871458e301d2c71a6e7 /adguard-home/handlers | |
| parent | 28e0e53a0f4fb020c8d01c75f3dd16c7819dab5f (diff) | |
Added AdGuard Home role.
Diffstat (limited to 'adguard-home/handlers')
| -rw-r--r-- | adguard-home/handlers/main.yaml | 5 |
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" |
