Skip to content
Snippets Groups Projects
Commit b2fa84af authored by Maxime Guyot's avatar Maxime Guyot Committed by Kubernetes Prow Robot
Browse files

Vagrant fix password prompt (#4457)

parent 913fed00
No related branches found
No related tags found
No related merge requests found
......@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment