ansible-role-pinnwand/handlers/main.yml

7 lines
109 B
YAML
Raw Permalink Normal View History

2021-06-09 04:40:42 +00:00
---
# handlers file for pinnwand
- name: restart pinnwand
service:
name: pinnwand
state: restarted