ansible-role-logstash/handlers/main.yml

5 lines
96 B
YAML

---
- name: Restart logstash
ansible.builtin.service:
name: logstash
state: restarted