diff --git a/Vagrantfile b/Vagrantfile
index 8372733a0d16bf86026c0582effce2e72e431251..27efb8b8fe64d513a4ccf8ce7f4a08e2c52302b3 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -6,10 +6,10 @@
 # backwards compatibility). Please don't change it unless you know what
 # you're doing.
 Vagrant.configure(2) do |config|
-#  config.vm.provision "ansible" do |ansible|
-#    ansible.playbook = "repo/playbook.yml"
-#    ansible.extra_vars = { ansible_python_interpreter: "/usr/bin/env python2" }
-#  end
+  config.vm.provision "ansible" do |ansible|
+    ansible.playbook = "playbook.yml"
+    ansible.extra_vars = { ansible_python_interpreter: "/usr/bin/env python2" }
+  end
 
   config.vm.network "private_network", type: "dhcp"