Skip to content

Commit

Permalink
Merge pull request #1138 from wazuh/merge-4.7.0-into-4.7.1
Browse files Browse the repository at this point in the history
Merge 4.7.0 into 4.7.1
  • Loading branch information
teddytpc1 authored Nov 23, 2023
2 parents c5fd54f + 4f25935 commit dbc36e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions roles/wazuh/wazuh-dashboard/tasks/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
state: present
update_cache: yes

- name: Install Wazuh dashboard dependencies
apt:
name: [
'libnss3-dev', 'fonts-liberation', 'libfontconfig1'
]
state: present

- name: Install Wazuh dashboard
apt:
name: "wazuh-dashboard={{ dashboard_version }}-*"
Expand Down
8 changes: 0 additions & 8 deletions roles/wazuh/wazuh-dashboard/tasks/RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
gpgkey: "{{ wazuh_repo.gpg }}"
gpgcheck: true

- name: Install Wazuh dashboard dependencies
yum:
name: [
'libnss3.so', 'xorg-x11-fonts-100dpi', 'xorg-x11-fonts-75dpi', 'xorg-x11-utils', 'xorg-x11-fonts-cyrillic', 'xorg-x11-fonts-Type1', 'xorg-x11-fonts-misc', 'fontconfig', 'freetype'
]
state: present
ignore_errors: yes

- name: Install Wazuh dashboard
package:
name: "wazuh-dashboard-{{ dashboard_version }}"
Expand Down

0 comments on commit dbc36e2

Please sign in to comment.