mirror of
https://github.com/rocky-linux/ansible-role-pinnwand.git
synced 2024-11-22 07:11:25 +00:00
7 lines
109 B
YAML
7 lines
109 B
YAML
|
---
|
||
|
# handlers file for pinnwand
|
||
|
- name: restart pinnwand
|
||
|
service:
|
||
|
name: pinnwand
|
||
|
state: restarted
|