From d01d85f0c45feddef0706e2fe122107d1f9593c5 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Wed, 30 Oct 2024 17:33:31 -0300 Subject: [PATCH] fixup! STILL NEED SOME WORK --- infra/azure/templates/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/azure/templates/run_tests.yml b/infra/azure/templates/run_tests.yml index 10cce26e2e..32969a8d4c 100644 --- a/infra/azure/templates/run_tests.yml +++ b/infra/azure/templates/run_tests.yml @@ -76,7 +76,7 @@ jobs: displayName: Run playbook tests env: SKIP_GIT_TEST: ${{ parameters.skip_git_test }} - ${{ if ${{ parameters.test_galaxy }} }}: + ${{ if not(parameters.test_galaxy) }}: ANSIBLE_ROLES_PATH: "${PWD}/roles" ANSIBLE_LIBRARY: "${PWD}/plugins" ANSIBLE_MODULE_UTILS: "${PWD}/plugins/module_utils"