From ec88484174b5c659cef80ba3ae72874e1965d808 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Sun, 30 Jun 2024 13:56:26 +0000 Subject: [PATCH] FIXUP: scripts --- utils/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/run-tests.sh b/utils/run-tests.sh index 042a47bc29..2d202c8714 100755 --- a/utils/run-tests.sh +++ b/utils/run-tests.sh @@ -136,7 +136,7 @@ log info "Installing dependencies from 'requirements-tests.txt'" pip install --upgrade -r "${TOPDIR}/requirements-tests.txt" # shellcheck disable=SC2119 -[ -z "SKIP_ANSIBLE" ] || install_ansible +[ -z "SKIP_ANSIBLE" ] && install_ansible # Ansible configuration export ANSIBLE_ROLES_PATH="${TOPDIR}/roles"