From 0640e2aa1e651f6b4a1999d4f8a30dcb208ec170 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 24 Jul 2018 16:55:33 +0200 Subject: [PATCH] main: update requirements.txt update requirements.txt accordingly to the last ansible version tested on master. Signed-off-by: Guillaume Abrioux --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d914b504c..323ec4504 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ -ansible~=2.4,<2.5 +# These are Python requirements needed to run ceph-ansible master notario>=0.0.13 -netaddr>=0.7.19 +ansible~=2.6,<2.7 +netaddr \ No newline at end of file