diff --git a/vagrant/README.md b/vagrant/README.md
index ee0280f0cfc3634f3b7ceda3c91395712b522b38..49eed791d2fd19690064de12a3e64b723a02c620 100644
--- a/vagrant/README.md
+++ b/vagrant/README.md
@@ -25,7 +25,7 @@ steps:
 
 To use this box you need the following software:
 
-- [Ansible](https://www.ansible.com/) (> 2.0)
+- [Ansible](https://www.ansible.com/) (>= 2.4)
 - [VirtualBox](https://www.virtualbox.org/) 
 - [Vagrant](https://www.vagrantup.com/)
 
diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile
index e2443b2b8d669f1c186e69bce5b3eadfd9383ddf..3d7478e084f3480e0b28dd5cef3e21b774b15c71 100644
--- a/vagrant/Vagrantfile
+++ b/vagrant/Vagrantfile
@@ -15,6 +15,7 @@ Vagrant.configure("2") do |config|
     end
 
     config.ssh.forward_agent = true
+    config.vm.synced_folder '.', '/vagrant', disabled: true
 
     #############################################################
     # Ansible provisioning (you need to have ansible installed)