photoview: add config
This commit is contained in:
parent
56faa4323b
commit
ad36788772
12 changed files with 191 additions and 13 deletions
5
roles/photoview/handlers/main.yml
Normal file
5
roles/photoview/handlers/main.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: 'restart photoview'
|
||||
ansible.builtin.service:
|
||||
name: 'photoview'
|
||||
state: 'restarted'
|
||||
Loading…
Add table
Add a link
Reference in a new issue