diff --git a/CHANGELOG.md b/CHANGELOG.md index ec1f770c..baf4c070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,11 @@ All notable changes to this project will be documented in this file. ## v3.7.0-37xx -### Changed -- Changed windows agent version ([#89](https://github.com/wazuh/wazuh-ansible/pull/89)) +### Removed + +- clean old code for windows agent ([#86](https://github.com/wazuh/wazuh-ansible/pull/86)) + ## v3.7.0-3701 diff --git a/VERSION b/VERSION index 39a07630..39708582 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ WAZUH-ANSIBLE_VERSION="v3.7.0" -REVISION="3702" +REVISION="3703" 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 %}