--- - 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 daemon_reload: true