ansible-role-kibana/handlers/main.yml

5 lines
92 B
YAML

---
- name: restart kibana
ansible.builtin.service:
name: kibana
state: restarted