From b2fa84af61cc6344d3514ca2d601f2ce2b5a9f3b Mon Sep 17 00:00:00 2001 From: Maxime Guyot Date: Tue, 9 Apr 2019 09:59:05 +0200 Subject: [PATCH] Vagrant fix password prompt (#4457) --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 5af5a7d4f..2d41f34bf 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 = {