From 37b57b80883ee48e2713a2d5380048b1b8e5e495 Mon Sep 17 00:00:00 2001 From: Nicolas Lastra Date: Fri, 15 Oct 2021 13:42:03 -0300 Subject: [PATCH] fix url and task --- CHANGELOG.md | 2 +- roles/opendistro/opendistro-elasticsearch/tasks/Debian.yml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) 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 }}"