diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-09-20 13:48:42 -0700 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-09-20 14:51:59 -0700 |
commit | c519a04289b93c69c9c6c7faf8a4a0cec1e1b44b (patch) | |
tree | a15731f5e50c7ec0ae5dd2fa0d5323d8680363c3 /nsb_setup.sh | |
parent | d374dc8ca09e7d6e08a531e68a21a8b107af21d0 (diff) |
nsb_setup.sh: update to Ansible 2.3.2
Change-Id: I2f700fbb169d02d126fe7ea22721bebf127c1206
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Diffstat (limited to 'nsb_setup.sh')
-rwxr-xr-x | nsb_setup.sh | 2 |
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" |