Merge pull request #463 from wazuh/bug/462-ansible-yaml-callback-fix

Fix deprecated Ansible YAML callback plugin in OVA build workflow
This commit is contained in:
Carlos Bordon 2025-11-10 12:08:36 -03:00 committed by GitHub
commit b8c73c3220
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,6 @@ env:
WIA_DIR: "wazuh-installation-assistant"
WIA_REPOSITORY: "https://github.com/wazuh/wazuh-installation-assistant"
WVM_REPOSITORY: "https://github.com/wazuh/wazuh-virtual-machines"
ANSIBLE_CALLBACK: "yaml"
permissions:
id-token: write # This is required for requesting the JWT
@ -182,7 +181,7 @@ jobs:
- name: Run Ansible playbook to generate the OVA
run: |
builder_args="-i"
ANSIBLE_STDOUT_CALLBACK=$ANSIBLE_CALLBACK ansible-playbook -i ${{ env.ALLOCATOR_PATH }}/inventory_ansible.ini .github/workflows/ansible_playbooks/ova_generator.yaml \
ANSIBLE_STDOUT_CALLBACK=default ANSIBLE_CALLBACK_RESULT_FORMAT=yaml ansible-playbook -i ${{ env.ALLOCATOR_PATH }}/inventory_ansible.ini .github/workflows/ansible_playbooks/ova_generator.yaml \
--extra-vars " \
wia_branch=${{ inputs.wazuh_installation_assistant_reference }} \
repository=${{ inputs.wazuh_package_repository }} \

View File

@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
### Fixed
- Fix deprecated Ansible YAML callback plugin in OVA build workflow ([#463](https://github.com/wazuh/wazuh-virtual-machines/pull/463))
- Fix vagrant up inconsistencies at the start. ([#434](https://github.com/wazuh/wazuh-virtual-machines/pull/434))
### Deleted