Skip to content

Commit

Permalink
Merge pull request #4761 from wazuh/fix/4760-fix-e2e-ubuntu-deps-inst…
Browse files Browse the repository at this point in the history
…allation

Update APT repository update before installing E2E ubuntu agent
  • Loading branch information
davidjiglesias authored Dec 12, 2023
2 parents b805ee8 + b273817 commit bdebb05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file.

### Changed

- Include ATP repository update before the installation of Ubuntu E2E agent installation ([#4761](https:/wazuh/wazuh-qa/pull/4761)) \- (Framework)
- Enhance macOS deployment ansible taks ([#4685](https:/wazuh/wazuh-qa/pull/4685)) \- (Framework)
- Updated Filebeat module to 0.3 ([#4700](https:/wazuh/wazuh-qa/pull/4700)) \- (Framework)
- Change database v13 to v12. ([#4677](https:/wazuh/wazuh-qa/pull/4677)) \- (Tests)
Expand Down
6 changes: 6 additions & 0 deletions provisioning/roles/wazuh/ansible-wazuh-agent/tasks/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
register: wazuh_agent_ca_package_install
until: wazuh_agent_ca_package_install is succeeded

- name: Update apt-get repo and cache
apt:
update_cache: yes
force_apt_get: yes
cache_valid_time: 3600

- name: Debian/Ubuntu | Install apt-transport-https and acl
apt:
name:
Expand Down

0 comments on commit bdebb05

Please sign in to comment.