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"