diff --git a/test-driver b/test-driver
index 9837a238336ef93f17de687ecfb9f9d7c6de3786..bfbecb3e9a853423f5c6a3d61000c0af758ec4ad 100755
--- a/test-driver
+++ b/test-driver
@@ -67,8 +67,8 @@ run_init() {
         || die "failed to run the init-credentials playbook"
 
     log Running main playbook
-    env ANSIBLE_STDOUT_CALLBACK=yaml \
-        ${float_dir}/float run -vv site.yml \
+    env ANSIBLE_STDOUT_CALLBACK=debug \
+        ${float_dir}/float run -vvv site.yml \
         || die "failed to run the main playbook"
 
 }