ansible-roles/filebeat/handlers/main.yml
Jérémy Lecour ff233b65a6
remove check-mode protection for handlers
handlers are not supposed to be executed in check-mode since no change should happen in check-mode.
If there is a corner case we should deal with it at the source, not at the handler level.
2024-02-06 08:39:38 +01:00

7 lines
97 B
YAML

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