diff --git a/Vagrantfile b/Vagrantfile
index 5af5a7d4f834c40e53b2008c2b9ec62123b55e2d..2d41f34bf044806e456e785051d637a771dd5525 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -198,7 +198,7 @@ Vagrant.configure("2") do |config|
           ansible.become = true
           ansible.limit = "all"
           ansible.host_key_checking = false
-          ansible.raw_arguments = ["--forks=#{$num_instances}", "--flush-cache", "--ask-become-pass"]
+          ansible.raw_arguments = ["--forks=#{$num_instances}", "--flush-cache", "-e ansible_become_pass=vagrant"]
           ansible.host_vars = host_vars
           #ansible.tags = ['download']
           ansible.groups = {