From 70f17242ff437be1ddfdf3a5e2117b69301715ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Padilla=20=C3=81lvarez?= Date: Mon, 24 Jun 2024 14:13:40 +0200 Subject: [PATCH] fix: add debug task --- .../roles/wazuh/ansible-filebeat-oss/tasks/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/provisioning/roles/wazuh/ansible-filebeat-oss/tasks/config.yml b/provisioning/roles/wazuh/ansible-filebeat-oss/tasks/config.yml index c6dcbe942d..d034b1083e 100644 --- a/provisioning/roles/wazuh/ansible-filebeat-oss/tasks/config.yml +++ b/provisioning/roles/wazuh/ansible-filebeat-oss/tasks/config.yml @@ -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