mirror of https://github.com/ceph/ceph-ansible.git
requirements: enforce ansible version requirement
See https://github.com/advisories/GHSA-3m93-m4q6-mc6v
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit a2d2e70ac2
)
pull/5103/head
parent
d254a8b938
commit
96b7857347
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue