diff --git a/Vagrantfile b/Vagrantfile
index a23c80e4cb23991648da8bcd71c0305034db2efd..9ad139975172c877ee46d2773bdbda123ba7509f 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.