summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-09-20 22:26:13 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-20 22:26:13 +0000
commit5525e551cfecc9ac653778f3f498502b6922f2a8 (patch)
tree440f9b33002e4e3bade287004adf81775ce2b6ce
parent68c26f9b688181928ee5dbe92f95598f49c4e31b (diff)
parentc519a04289b93c69c9c6c7faf8a4a0cec1e1b44b (diff)
Merge "nsb_setup.sh: update to Ansible 2.3.2"
-rwxr-xr-xnsb_setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsb_setup.sh b/nsb_setup.sh
index 85bd7b2c4..1c27af7db 100755
--- a/nsb_setup.sh
+++ b/nsb_setup.sh
@@ -22,7 +22,7 @@ for i in "${pkg[@]}"; do
fi
done
-pip install ansible==2.2.2.0 shade==1.17.0 docker-py==1.10.6
+pip install ansible==2.3.2 shade==1.17.0 docker-py==1.10.6
if [ $# -eq 1 ]; then
extra_args="-e openrc_file=$1"