ansible-role-kojihub/handlers/main.yml

11 lines
147 B
YAML
Raw Normal View History

2020-12-23 03:52:59 +00:00
---
- name: restart_kojira
service:
name: kojira
state: restarted
- name: restart_httpd
service:
name: httpd
state: restarted