requirements: exclude ansible 2.9.10

ansible 2.9.10 seems to have introduced a bug.

See https://github.com/ansible/ansible/issues/70168

This commit excludes this version from ceph-ansible requirements.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/5437/head
Guillaume Abrioux 2020-06-19 19:29:13 +02:00 committed by Dimitri Savineau
parent e41487dbce
commit 1525990f39
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# These are Python requirements needed to run ceph-ansible master
ansible>=2.9,<2.10
ansible>=2.9,<2.10,!=2.9.10
netaddr

View File

@ -3,7 +3,7 @@ six==1.10.0
testinfra>=3,<4
pytest-xdist==1.28.0
pytest>=4.6,<5.0
ansible>=2.9,<2.10
ansible>=2.9,<2.10,!=2.9.10
Jinja2>=2.10
netaddr
mock