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 }} \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ All notable changes to this project will be documented in this file.
1313
1414### Fixed
1515
16- - None
16+ - Updated AMI and OVA builds for 4.10.4 version. ( [ 757 ] ( https://github.com/wazuh/wazuh-virtual-machines/pull/757 ) )
1717
1818### Deleted
1919
Original file line number Diff line number Diff line change 181181
182182 - name : Run {{ installer_script_name }} script
183183 command : " bash {{ installation_assistant_directory }}/{{ installer_script_name }} -a -v -o -d"
184+ async : 7200
185+ poll : 30
184186
185187 # ##############################
186188 # Post-install stage
You can’t perform that action at this time.
0 commit comments