ansible-roles/kibana/handlers/main.yml

7 lines
93 B
YAML

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