homelab/roles/photoview/handlers/main.yml

6 lines
104 B
YAML

---
- name: 'restart photoview'
ansible.builtin.service:
name: 'photoview'
state: 'restarted'