diff --git a/test-driver b/test-driver
index ff11a9367fa8e5772b64cbce75c34693d5fe6411..d2fa7c33de006ef1aa9a016f58f8488644ba56cd 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=default \
-    ${float_dir}/float run -v -e "stdout_callback=null" -e "out_dir=${out_dir}" \
+    ANSIBLE_STDOUT_CALLBACK=null \
+    ${float_dir}/float run -e "callback_whitelist=" -e "out_dir=${out_dir}" \
         ${float_dir}/test/save-logs.yml
 }