diff --git a/CHANGELOG.md b/CHANGELOG.md index 949b31ae..56fca392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file. ## v3.7.0-37xx +### Removed +- clean old code for windows agent ([#86](https://github.com/wazuh/wazuh-ansible/pull/86)) ## v3.7.0-3701 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 982c1579..f0d1c18b 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 @@ -77,10 +77,6 @@ {% if wazuh_agent_config.syscheck is defined %} no - {% if ansible_os_family == "Windows" %} - C:/wazuh-agent/shared - {% endif %} - {% if ansible_system == "Linux" %} /var/ossec/etc/shared {% endif %}