Blacklist ansible 2.9.14

This version breaks the k8s connection plugin [1].

[1] https://github.com/ansible/ansible/issues/72171

Change-Id: I76647df20e0b23dc3701cb45666774a7dfcfa4d0
This commit is contained in:
Tobias Henkel 2020-10-12 08:55:08 +02:00
parent 92a552ec67
commit f5480ed30f
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
1 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,10 @@ default_version = 2.9
requirements = ara>=0.16.5,<1.0.0 openstacksdk openshift jmespath google-cloud-storage
[2.8]
requirements = ansible>=2.8,<2.9
# Ansible 2.8.16 breaks the k8s connection plugin
requirements = ansible>=2.8,<2.9,!=2.8.16
[2.9]
requirements = ansible>=2.9,<2.10
# Ansible 2.9.14 breaks the k8s connection plugin
# https://github.com/ansible/ansible/issues/72171
requirements = ansible>=2.9,<2.10,!=2.9.14