From 30743cc0367982b1b524829f7493661459e43243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Acu=C3=B1a?= Date: Thu, 2 Dec 2021 10:12:18 -0300 Subject: [PATCH] Expect tag deleted --- .../templates/var-ossec-etc-ossec-server.conf.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/wazuh/ansible-wazuh-manager/templates/var-ossec-etc-ossec-server.conf.j2 b/roles/wazuh/ansible-wazuh-manager/templates/var-ossec-etc-ossec-server.conf.j2 index c5c1a788..8b08f46b 100644 --- a/roles/wazuh/ansible-wazuh-manager/templates/var-ossec-etc-ossec-server.conf.j2 +++ b/roles/wazuh/ansible-wazuh-manager/templates/var-ossec-etc-ossec-server.conf.j2 @@ -369,9 +369,6 @@ {{ command.name }} {{ command.executable }} - {% if command.expect is defined %} - {{ command.expect }} - {% endif %} {% if command.timeout_allowed is defined %} {{ command.timeout_allowed }} {% endif %}