From c7ccfa361ab3bb0f117968010ac5a6fa3ebae2b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Acu=C3=B1a?= Date: Thu, 7 Dec 2023 13:26:38 -0300 Subject: [PATCH] Endif added --- .../templates/var-ossec-etc-ossec-agent.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/wazuh/ansible-wazuh-agent/templates/var-ossec-etc-ossec-agent.conf.j2 b/roles/wazuh/ansible-wazuh-agent/templates/var-ossec-etc-ossec-agent.conf.j2 index 1ae07862..a042a71e 100644 --- a/roles/wazuh/ansible-wazuh-agent/templates/var-ossec-etc-ossec-agent.conf.j2 +++ b/roles/wazuh/ansible-wazuh-agent/templates/var-ossec-etc-ossec-agent.conf.j2 @@ -116,11 +116,13 @@ {{ wazuh_dir }}/etc/shared/rootkit_trojans.txt {% endif %} yes + {% endif %} {% if ansible_os_family == "Windows" %} ./shared/win_applications_rcl.txt ./shared/win_malware_rcl.txt {% endif %} + {% endif %}