ansible-roles/kibana/handlers/main.yml

7 lines
77 B
YAML

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