mirror of
https://github.com/wazuh/wazuh-virtual-machines.git
synced 2025-12-10 10:11:44 -06:00
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:
commit
b8c73c3220
3
.github/workflows/builder_OVA.yaml
vendored
3
.github/workflows/builder_OVA.yaml
vendored
@ -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 }} \
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user