File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
7979permissions :
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 }} \
You can’t perform that action at this time.
0 commit comments