mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user