From ae116324347c3cd3db560d503e53db12844bdaf0 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Mon, 15 Mar 2021 12:42:23 +0000
Subject: [PATCH] Try with more verbosity

---
 test-driver | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test-driver b/test-driver
index a32acd6e..9837a238 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=debug \
-        ${float_dir}/float run -v site.yml \
+    env ANSIBLE_STDOUT_CALLBACK=yaml \
+        ${float_dir}/float run -vv site.yml \
         || die "failed to run the main playbook"
 
 }
-- 
GitLab