diff --git a/tests/azure/pr-pipeline.yml b/tests/azure/pr-pipeline.yml index 842ba2b167..888caba360 100644 --- a/tests/azure/pr-pipeline.yml +++ b/tests/azure/pr-pipeline.yml @@ -49,7 +49,8 @@ stages: parameters: build_number: $(Build.BuildNumber) scenario: c8s - ansible_version: "-core >=2.14,<2.15" + # Python 3.8 does not work with ansible-core >=2.14.0 + ansible_version: "-core >=2.13,<2.14" # CentOS 7