Install a pip pacakge to enable ansible accelerate mode.
Change-Id: I4c4e3256669ad6cc70d29e5128d717392d5e16b9
This commit is contained in:
parent
6b13fb7a39
commit
d96761d681
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user