Skip to content

Commit 823aabc

Browse files
committed
remove deprecated ansible option stdout callback
1 parent 14b10ce commit 823aabc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/builder_OVA.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ env:
7474
OVA_PATH: "/var/provision/wazuh-virtual-machines"
7575
WIA_DIR: "wazuh-installation-assistant"
7676
WIA_REPOSITORY: "https://github.com/wazuh/wazuh-installation-assistant"
77-
ANSIBLE_CALLBACK: "yaml"
77+
ANSIBLE_CALLBACK_RESULT_FORMAT: "yaml"
7878

7979
permissions:
8080
id-token: write # This is required for requesting the JWT
@@ -190,7 +190,7 @@ jobs:
190190
- name: Run Ansible playbook to generate the OVA
191191
run: |
192192
builder_args="-i"
193-
ANSIBLE_STDOUT_CALLBACK=$ANSIBLE_CALLBACK ansible-playbook -i ${{ env.INVENTORY_PATH }}/inventory .github/workflows/ansible_playbooks/ova_generator.yaml \
193+
ANSIBLE_CALLBACK_RESULT_FORMAT=$ANSIBLE_CALLBACK_RESULT_FORMAT ansible-playbook -i ${{ env.INVENTORY_PATH }}/inventory .github/workflows/ansible_playbooks/ova_generator.yaml \
194194
--extra-vars " \
195195
wia_branch=${{ inputs.wazuh_installation_assistant_reference }} \
196196
repository=${{ inputs.wazuh_package_repository }} \

0 commit comments

Comments
 (0)