From 9f7643247bd0683784fe46ba7b743d0724689227 Mon Sep 17 00:00:00 2001
From: Christian Elberfeld <elberfeld@web.de>
Date: Thu, 27 Apr 2017 00:46:22 +0200
Subject: [PATCH] sshpass mit in vagrant config

---
 Vagrantfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Vagrantfile b/Vagrantfile
index 37ad8df0..1a46ed63 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  
-- 
GitLab