mirror of
https://github.com/rocky-linux/ansible-role-kojid.git
synced 2024-11-15 09:41:25 +00:00
7 lines
85 B
YAML
7 lines
85 B
YAML
---
|
|
# handlers
|
|
- name: restart_kojid
|
|
service:
|
|
name: kojid
|
|
state: restarted
|