Skip to content

Commit

Permalink
Merge pull request #5643 from wazuh/bug/6825-unnecessary-reference-to…
Browse files Browse the repository at this point in the history
…-debian-file-in-dashboard-task

Unnecessary reference to debian file in dashboard task
  • Loading branch information
juliamagan authored Aug 8, 2024
2 parents a1c0133 + 66c2161 commit 935ea4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ All notable changes to this project will be documented in this file.

### Fixed

- Fixed unnecesary reference to debian file in dashboard provisioning task ([#5643](https://github.com/wazuh/wazuh-qa/pull/5643)) \- (Framework)
- Changed 'Ensure that the manager version is' expected warning to an agnostic version of regex ([#5630](https://github.com/wazuh/wazuh-qa/pull/5630)) \- (Tests)
- Adding fixed and dynamic waits to port status checks ([#5627](https://github.com/wazuh/wazuh-qa/pull/5627)) (Framework)
- Fixed custom storage for AMIs ([#5625](https://github.com/wazuh/wazuh-qa/pull/5625)) \- (Framework)
Expand Down
1 change: 0 additions & 1 deletion provisioning/roles/wazuh/wazuh-dashboard/tasks/Debian.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
- block:

- include_vars: debian.yml
- name: Add apt repository signing key
apt_key:
url: "{{ wazuh_repo.gpg }}"
Expand Down

0 comments on commit 935ea4a

Please sign in to comment.