requirements: enforce ansible version requirement

See https://github.com/advisories/GHSA-3m93-m4q6-mc6v

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/5102/head
Guillaume Abrioux 2020-02-27 13:33:31 +01:00 committed by Dimitri Savineau
parent a084a2a347
commit a2d2e70ac2
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.8,<2.9
ansible>=2.8.8,<2.9
netaddr

View File

@ -3,7 +3,7 @@ six==1.10.0
testinfra>=3.2,<3.3
pytest-xdist==1.28.0
pytest>=4.6,<5.0
ansible>=2.8,<2.9
ansible>=2.8.8,<2.9
Jinja2>=2.10
netaddr
mock