Skip to content

Commit

Permalink
fix: add debug task
Browse files Browse the repository at this point in the history
  • Loading branch information
santipadilla committed Jun 24, 2024
1 parent 1c333bb commit 70f1724
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
mode: 0400
notify: restart filebeat

- name: Debug Wazuh version and template branch
debug:
msg: "Wazuh version is '{{ wazuh_version }}', Template branch is '{{ wazuh_template_branch }}'"

- name: Fetch latest Wazuh alerts template
get_url:
url: https://raw.githubusercontent.com/wazuh/wazuh/{{ wazuh_template_branch }}/extensions/elasticsearch/7.x/wazuh-template.json
Expand Down

0 comments on commit 70f1724

Please sign in to comment.