From 05f2671f2ce182d6167bde0eb33e630b03c2ecc0 Mon Sep 17 00:00:00 2001 From: "chenshuai@huawei.com" Date: Wed, 2 Nov 2016 03:37:27 -0400 Subject: newest-ansible-resolved Change-Id: I5cde09d93f96d5810c1340917801b3a237cf0d30 Signed-off-by: chenshuai@huawei.com --- deploy/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/prepare.sh b/deploy/prepare.sh index c8aa49f9..97771b87 100755 --- a/deploy/prepare.sh +++ b/deploy/prepare.sh @@ -95,7 +95,7 @@ function _prepare_python_env() { pip install --upgrade requests pip install --upgrade netaddr pip install --upgrade oslo.config - pip install --upgrade ansible==2.1.1.0 + pip install --upgrade ansible fi } -- cgit 1.2.3-korg