From b186a1f28fc51a17a28c62e73032eba6c7faee78 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Mon, 10 Nov 2025 15:48:26 -0300 Subject: [PATCH] upstream CI: Update Ansible version for c9s Although the available ansible-core package version for c9s is 2.14, the upstream "pip" version of this package has a broken certificate and is unusable against Galaxy. This patch fixes the version to 2.16, as it is the same version for c8s and c10s, and the oldest one available as packages for the CentOS Streams. Signed-off-by: Rafael Guterres Jeffman --- infra/azure/pr-pipeline.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/infra/azure/pr-pipeline.yml b/infra/azure/pr-pipeline.yml index 9d990dfd..8eff18e3 100644 --- a/infra/azure/pr-pipeline.yml +++ b/infra/azure/pr-pipeline.yml @@ -13,7 +13,9 @@ parameters: type: object default: - { distro: "c8s", ansible_version: "2.16" } - - { distro: "c9s", ansible_version: "2.14" } + # c9s should use 2.14, but this version has an invalid certificate + # and so is unsuable against ansible-galaxy. + - { distro: "c9s", ansible_version: "2.16" } - { distro: "c10s", ansible_version: "2.16" } variables: