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