zuul/zuul/lib/ansible-config.conf
James E. Blair 2685e4dcc7 Deprecate Ansible 8
Ansible 8 is no longer supported and 9 is available and working.
Deprecate Ansible 8.

Change-Id: I87ed47c4520328f7831361b19c74e683d2344e3d
2024-11-04 13:06:57 -08:00

16 lines
639 B
Plaintext

# This file describes the currently supported ansible versions
[common]
default_version = 9
# OpenStackSDK 0.99.0 coincides with CORS header problems in some providers
# 2024-04-24: urllib3 = 2.1.0 causes problems with some Windows nodes, fixed in
# 2.2.0 but ibm-cos-sdk is currently holding it back.
# https://github.com/urllib3/urllib3/pull/3326
requirements = openstacksdk<0.99 openshift jmespath google-cloud-storage pywinrm boto3 azure-storage-blob ibm-cos-sdk netaddr passlib google-re2 urllib3!=2.1.0 voluptuous
[8]
requirements = ansible>=8.0,<9.0
deprecated = true
[9]
requirements = ansible>=9.0,<10.0