forked from bitlair/ansible
Add the photos role
This commit is contained in:
parent
24c4d845ae
commit
786bb5cbdc
10 changed files with 169 additions and 0 deletions
12
roles/photos/handlers/main.yaml
Normal file
12
roles/photos/handlers/main.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
- name: restart photo-gallery
|
||||
systemd:
|
||||
name: photo-gallery
|
||||
state: restarted
|
||||
daemon_reload: true
|
||||
|
||||
- name: restart photos2mqtt
|
||||
systemd:
|
||||
name: photos2mqtt
|
||||
state: restarted
|
||||
daemon_reload: true
|
Loading…
Add table
Add a link
Reference in a new issue