From 19819e497dd16414d0a67554ad62021181e5025e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Acu=C3=B1a?= Date: Fri, 6 May 2022 13:24:12 -0300 Subject: [PATCH] Debian dashboard revision changed to * --- roles/wazuh/wazuh-dashboard/tasks/Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/wazuh/wazuh-dashboard/tasks/Debian.yml b/roles/wazuh/wazuh-dashboard/tasks/Debian.yml index f41b36715..7525a10c7 100644 --- a/roles/wazuh/wazuh-dashboard/tasks/Debian.yml +++ b/roles/wazuh/wazuh-dashboard/tasks/Debian.yml @@ -15,7 +15,7 @@ - name: Install Wazuh dashboard apt: - name: "wazuh-dashboard={{ dashboard_version }}-1" + name: "wazuh-dashboard={{ dashboard_version }}-*" state: present update_cache: yes register: install