frigate: Temporary kludge to fix startup errors
This commit is contained in:
parent
0a861b0b8e
commit
0adad8fa18
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
---
|
||||
- name: Restart frigate
|
||||
ansible.builtin.file:
|
||||
path: /srv/frigate/media/clips/preview_restart_cache
|
||||
state: absent
|
||||
notify: Restart frigate service
|
||||
|
||||
- name: Restart frigate service
|
||||
ansible.builtin.systemd_service:
|
||||
name: frigate-container
|
||||
state: restarted
|
||||
|
|
Loading…
Add table
Reference in a new issue