Show log on vagrant (#10958)

Should make it easier to understand what's going on when testing locally
and in CI.
This commit is contained in:
Max Gautier
2024-03-14 14:37:23 +00:00
committed by GitHub
parent 3305383873
commit 7ddc175b70

3
Vagrantfile vendored
View File

@ -258,7 +258,8 @@ Vagrant.configure("2") do |config|
"kubectl_localhost": "True",
"local_path_provisioner_enabled": "#{$local_path_provisioner_enabled}",
"local_path_provisioner_claim_root": "#{$local_path_provisioner_claim_root}",
"ansible_ssh_user": SUPPORTED_OS[$os][:user]
"ansible_ssh_user": SUPPORTED_OS[$os][:user],
"unsafe_show_logs": "True"
}
# Only execute the Ansible provisioner once, when all the machines are up and ready.