Skip to content

Commit

Permalink
Show log on vagrant (#10958)
Browse files Browse the repository at this point in the history
Should make it easier to understand what's going on when testing locally
and in CI.
  • Loading branch information
VannTen authored Mar 14, 2024
1 parent 3305383 commit 7ddc175
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7ddc175

Please sign in to comment.