Merge pull request #1518 from wazuh/enhancement/1467-add-arm64-support

Implement minor changes for Wazuh ansible arm64 support
This commit is contained in:
Gonzalo Acuña 2025-01-21 15:01:08 -03:00 committed by GitHub
commit f7ec8c5528
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 3 deletions

View File

@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Use fixed version of Ubuntu-22.04 in GHA runners instead of latest version ([#1479](https://github.com/wazuh/wazuh-ansible/pull/1479)) \- (PR Checks Workflows)
- Implement minor changes for Wazuh ansible arm64 support ([#1518](https://github.com/wazuh/wazuh-ansible/pull/1518))
## [4.11.0]

View File

@ -30,7 +30,7 @@
set -o pipefail
curl -s {{ wazuh_agent_config.repo.gpg }} | apt-key add -
args:
warn: false
# warn: false
executable: /bin/bash
changed_when: false
when:

View File

@ -18,7 +18,7 @@
set -o pipefail
curl -s {{ wazuh_manager_config.repo.gpg }} | apt-key add -
args:
warn: false
# warn: false
executable: /bin/bash
changed_when: false
when:

View File

@ -3,7 +3,7 @@
shell: |
./check_packages.sh {{ wazuh_version }}
args:
warn: false
# warn: false
executable: /bin/bash
chdir: "{{ role_path }}/scripts/"
delegate_to: localhost