From 888f11b0b0cae19aff9799fc15872bad0b5b5a13 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Mon, 15 Mar 2021 12:53:59 +0000
Subject: [PATCH] Experiment with another combination of output flags

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

diff --git a/test-driver b/test-driver
index 9837a238..bfbecb3e 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"
 
 }
-- 
GitLab