Merge pull request #1518 from wazuh/enhancement/1467-add-arm64-support
Implement minor changes for Wazuh ansible arm64 support
This commit is contained in:
commit
f7ec8c5528
@ -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]
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user