mirror of
https://github.com/rocky-linux/ansible-role-pinnwand.git
synced 2025-01-05 10:00:57 +00:00
6 lines
109 B
YAML
6 lines
109 B
YAML
---
|
|
# handlers file for pinnwand
|
|
- name: restart pinnwand
|
|
service:
|
|
name: pinnwand
|
|
state: restarted
|