Install a pip pacakge to enable ansible accelerate mode.

Change-Id: I4c4e3256669ad6cc70d29e5128d717392d5e16b9
This commit is contained in:
Xicheng Chang 2016-07-12 19:04:45 -04:00
parent 6b13fb7a39
commit d96761d681
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ source $DIR/install_func.sh
echo "INstalling ansible related packages"
# sudo yum -y install ansible
pip install ansible==1.9.2
pip install python-keyczar
if [[ "$?" != "0" ]]; then
echo "Failed to install ansible"
exit 1