don't use non-existent ansible plugin debug

This commit is contained in:
Diaa Sami 2021-09-08 16:32:35 +02:00 committed by Achilleas Koutsou
parent 20501f4e58
commit 34342d79e3

View file

@ -383,7 +383,7 @@ ansible_ssh_common_args="-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/
EOF
# Test OS
sudo ANSIBLE_STDOUT_CALLBACK=debug ansible-playbook -v -i "${TEMPDIR}"/inventory /usr/share/tests/osbuild-composer/ansible/check_install.yaml || RESULTS=0
sudo ansible-playbook -v -i "${TEMPDIR}"/inventory /usr/share/tests/osbuild-composer/ansible/check_install.yaml || RESULTS=0
check_result
# Final success clean up