From 0be03352a7397e81a5f4fea7e1c00bf692f3092b Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Sat, 29 Jun 2024 21:35:32 +0000 Subject: [PATCH] FIXUP: azure --- tests/azure/pr-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/azure/pr-pipeline.yml b/tests/azure/pr-pipeline.yml index 842ba2b167..5f29591aae 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.3" # CentOS 7