From d95e0ca64013f4f94004a53cec4739b3114b5707 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 18 Oct 2024 18:34:06 +0100 Subject: [PATCH] Increase verbosity of the ansible connection --- test-driver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-driver b/test-driver index 863c7176..3ae850a7 100755 --- a/test-driver +++ b/test-driver @@ -39,7 +39,7 @@ wait_for_vms() { local ok=1 while [ $i -lt 10 ]; do sleep 3 - if ansible -v -i config.yml all -m ping; then + if ansible -vvv -i config.yml all -m ping; then ok=0 break fi -- GitLab