zuul/zuul/lib/ansible-config.conf

13 lines
396 B
Plaintext

# This file describes the currently supported ansible versions
[common]
default_version = 6
# 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
[5]
requirements = ansible>=5.0,<6.0
deprecated = true
[6]
requirements = ansible>=6.0,<7.0