ci: Fix non failing integration tests

Remove { } from runme.sh files to avoid failures being masked.
Re-add install of ansible.posix to have the
ansible.posix.profile_task callback available.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2024-03-01 10:29:57 +01:00
parent 92aeaa7215
commit 9e2fc74ccb
4 changed files with 7 additions and 16 deletions

View File

@@ -7,7 +7,6 @@ export ANSIBLE_ROLES_PATH="../"
USER_CREDENTIALS_DIR=$(pwd)
export USER_CREDENTIALS_DIR
{
export ANSIBLE_CALLBACKS_ENABLED=profile_tasks
export ANSIBLE_INVENTORY_ENABLED=kubevirt.core.kubevirt,yaml
export ANSIBLE_PYTHON_INTERPRETER=auto_silent
@@ -21,7 +20,3 @@ ansible-inventory -i test.label.kubevirt.yml -y --list --output label.yml "$@"
ansible-inventory -i test.net.kubevirt.yml -y --list --output net.yml "$@"
ansible-playbook verify.yml "$@"
} || {
exit 1
}