Merge pull request #761 from wazuh/4.3-debian-revision

Debian dashboard revision changed to *
This commit is contained in:
Alberto Rodríguez 2022-05-06 18:26:31 +02:00 committed by GitHub
commit 36e68e255e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
- name: Install Wazuh dashboard - name: Install Wazuh dashboard
apt: apt:
name: "wazuh-dashboard={{ dashboard_version }}-1" name: "wazuh-dashboard={{ dashboard_version }}-*"
state: present state: present
update_cache: yes update_cache: yes
register: install register: install