From 7ddc175b70020081038587d296081a3a59f03ecd Mon Sep 17 00:00:00 2001
From: Max Gautier <mg@max.gautier.name>
Date: Thu, 14 Mar 2024 14:37:23 +0000
Subject: [PATCH] Show log on vagrant (#10958)

Should make it easier to understand what's going on when testing locally
and in CI.
---
 Vagrantfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Vagrantfile b/Vagrantfile
index a23c80e4c..9ad139975 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -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.
-- 
GitLab