ansible-role-kojid/handlers/main.yml

7 lines
85 B
YAML
Raw Normal View History

2021-01-03 19:35:33 +00:00
---
# handlers
- name: restart_kojid
service:
name: kojid
state: restarted