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-25 08:30:20 -0700 |
commit | e492d362312ab8431ed7995aae4cc9873cd81714 (patch) | |
tree | 3042d8f1762e2463c709ff0d3844592f876b4bed | |
parent | 9e3ae02dd3bebac77c99b797eb60c19518638cb9 (diff) |
nsb_setup.sh: update to Ansible 2.3.2
Change-Id: I2f700fbb169d02d126fe7ea22721bebf127c1206
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
-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" |