ansible-roles/kibana/handlers/main.yml

7 lines
77 B
YAML
Raw Normal View History

---
- name: restart kibana
systemd:
name: kibana
state: restarted