diff --git a/Vagrantfile b/Vagrantfile index 37ad8df02e1b9c62f492e9e6d143f9682036806f..1a46ed63bea6e036d111f7b6108769445d3f755b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -64,7 +64,7 @@ Vagrant.configure(2) do |config| echo "Installing Ansible ..." echo "######################################################" - sudo apt-get install -y python python-pip python-dev libffi6 libffi-dev libssl-dev + sudo apt-get install -y python python-pip python-dev libffi6 libffi-dev libssl-dev sshpass sudo pip install ansible markupsafe netaddr echo " StrictHostKeyChecking no" >> /etc/ssh/ssh_config