diff --git a/CHANGELOG.md b/CHANGELOG.md index 589aff29..e0e44caa 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file. ### Added -- Update to [Wazuh v4.2.3](https://github.com/wazuh/wazuh/blob/v4.2.4/CHANGELOG.md#v423) +- Update to [Wazuh v4.2.3](https://github.com/wazuh/wazuh/blob/v4.2.3/CHANGELOG.md#v423) ## [v4.2.2] diff --git a/roles/opendistro/opendistro-elasticsearch/tasks/Debian.yml b/roles/opendistro/opendistro-elasticsearch/tasks/Debian.yml index 2915a6fe..a964ad8d 100644 --- a/roles/opendistro/opendistro-elasticsearch/tasks/Debian.yml +++ b/roles/opendistro/opendistro-elasticsearch/tasks/Debian.yml @@ -9,10 +9,6 @@ # ] # state: present -- name: Update cache - apt: - update_cache: yes - - name: Add openjdk repository apt_repository: repo: "{{ package_repos.apt.openjdk.baseurl }}"