test: drop ANSIBLE_STDOUT_CALLBACK

Leftover from 1a6f6fdc4b
This commit is contained in:
Achilleas Koutsou 2022-02-17 15:09:53 +01:00 committed by Tom Gundersen
parent 12cbae3891
commit 2a504db9ed

View file

@ -523,7 +523,7 @@ EOF
# Test IoT/Edge OS
greenprint "📼 Run Edge tests on BIOS VM"
sudo ANSIBLE_STDOUT_CALLBACK=yaml ansible-playbook -v -i "${TEMPDIR}"/inventory -e image_type=rhel-edge -e ostree_commit="${INSTALL_HASH}" /usr/share/tests/osbuild-composer/ansible/check_ostree.yaml || RESULTS=0
sudo ansible-playbook -v -i "${TEMPDIR}"/inventory -e image_type=rhel-edge -e ostree_commit="${INSTALL_HASH}" /usr/share/tests/osbuild-composer/ansible/check_ostree.yaml || RESULTS=0
check_result
# Clean up BIOS VM