From 1a304a502d2c3dced8155b62579186e569f5c345 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 3 Jan 2025 17:06:45 +0100 Subject: [PATCH] Increase verbosity in test playbook --- test-driver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-driver b/test-driver index 1e20cd33..671d8e6a 100755 --- a/test-driver +++ b/test-driver @@ -131,7 +131,7 @@ do_provision() { do_test() { for playbook in "${float_dir}/test/integration-test.yml" "$@"; do log Running test playbook ${playbook} - ANSIBLE_STDOUT_CALLBACK=default ${float_dir}/float run ${playbook} \ + ANSIBLE_STDOUT_CALLBACK=default ANSIBLE_CALLBACKS_ENABLED=default ${float_dir}/float run -vv ${playbook} \ || die "test playbook failed" done } -- GitLab