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
|
### 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)
|
- 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]
|
## [4.11.0]
|
||||||
|
|
||||||
|
|||||||
@ -30,7 +30,7 @@
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
curl -s {{ wazuh_agent_config.repo.gpg }} | apt-key add -
|
curl -s {{ wazuh_agent_config.repo.gpg }} | apt-key add -
|
||||||
args:
|
args:
|
||||||
warn: false
|
# warn: false
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
changed_when: false
|
changed_when: false
|
||||||
when:
|
when:
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
curl -s {{ wazuh_manager_config.repo.gpg }} | apt-key add -
|
curl -s {{ wazuh_manager_config.repo.gpg }} | apt-key add -
|
||||||
args:
|
args:
|
||||||
warn: false
|
# warn: false
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
changed_when: false
|
changed_when: false
|
||||||
when:
|
when:
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
shell: |
|
shell: |
|
||||||
./check_packages.sh {{ wazuh_version }}
|
./check_packages.sh {{ wazuh_version }}
|
||||||
args:
|
args:
|
||||||
warn: false
|
# warn: false
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
chdir: "{{ role_path }}/scripts/"
|
chdir: "{{ role_path }}/scripts/"
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user