Skip to content

Commit

Permalink
Put handlers back
Browse files Browse the repository at this point in the history
  • Loading branch information
MoteHue committed Nov 7, 2023
1 parent 1360de6 commit 5e2e452
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions etc/kayobe/ansible/wazuh-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,14 @@
command: filebeat test output
changed_when: false
retries: 2

handlers:
- name: Restart wazuh
service:
name: wazuh-manager
state: restarted

- name: Restart wazuh-dashboard
service:
name: wazuh-dashboard
state: restarted

0 comments on commit 5e2e452

Please sign in to comment.