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 <rjeffman@redhat.com>
This commit is contained in:
Rafael Guterres Jeffman
2025-11-10 15:48:26 -03:00
parent d307635c38
commit b186a1f28f

View File

@@ -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: