diff --git a/test-driver b/test-driver
index f4e4ff44aec3fc4ba5b6eb4fcd6b22715a2fd40b..c579d02618b253386cdb2c71452c5731e23af528 100755
--- a/test-driver
+++ b/test-driver
@@ -55,8 +55,8 @@ save_logs() {
     # take too much space in the CI job logs.
     log "Saving logs from VMs (if any)"
     mkdir -p "${out_dir}"
-    ANSIBLE_STDOUT_CALLBACK=null \
-    ${float_dir}/float run --extra-vars "out_dir=${out_dir}" \
+    ANSIBLE_STDOUT_CALLBACK=default \
+    ${float_dir}/float run -v --extra-vars "out_dir=${out_dir}" \
         ${float_dir}/test/save-logs.yml
 }