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>
(cherry picked from commit
1525990f398747922355fffa1985a222dae29ca0)
# These are Python requirements needed to run ceph-ansible master
-ansible>=2.9,<2.10
+ansible>=2.9,<2.10,!=2.9.10
netaddr
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