From 54c952447c8555c65918d50c2692992c8cdbf2bf 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..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