zuul/zuul/lib/ansible-config.conf

12 lines
390 B
Plaintext

# This file describes the currently supported ansible versions
[common]
default_version = 8
# OpenStackSDK 0.99.0 coincides with CORS header problems in some providers
requirements = openstacksdk<0.99 openshift jmespath google-cloud-storage pywinrm boto3 azure-storage-blob ibm-cos-sdk netaddr passlib google-re2
[8]
requirements = ansible>=8.0,<9.0
[9]
requirements = ansible>=9.0,<10.0