diff options
| author | Luke Hoersten <[email protected]> | 2026-04-15 20:00:04 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-04-15 20:00:04 -0500 |
| commit | 4ec792319b0cc9ab9aa3410c454f4880515c62c0 (patch) | |
| tree | 876e693da2e2be042a574838484027de8be6b23d /unifi-protect-viewport/handlers/main.yaml | |
| parent | 7d61034d91cc716ad6165f6867c49940ced94909 (diff) | |
Rename doorbell-viewport role to unifi-protect-viewport
Diffstat (limited to 'unifi-protect-viewport/handlers/main.yaml')
| -rw-r--r-- | unifi-protect-viewport/handlers/main.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/unifi-protect-viewport/handlers/main.yaml b/unifi-protect-viewport/handlers/main.yaml new file mode 100644 index 0000000..18fec0f --- /dev/null +++ b/unifi-protect-viewport/handlers/main.yaml @@ -0,0 +1,5 @@ +--- + +- name: restart doorbell-viewport + become: yes + systemd: name="doorbell-viewport.service" state="restarted" daemon_reload="yes" |
