From 4024c7863aaf2c483b194b0588a2a62f4876ae4a Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Fri, 8 Nov 2019 15:45:52 +0100 Subject: [PATCH] distro/tests: make ansible debug output readable --- distro/tests/.ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/distro/tests/.ansible.cfg b/distro/tests/.ansible.cfg index f52b17683..b3b37ea1f 100644 --- a/distro/tests/.ansible.cfg +++ b/distro/tests/.ansible.cfg @@ -3,3 +3,4 @@ # additional paths to search for roles in, colon separated roles_path = ../ansible-roles interpreter_python = auto +stdout_callback=debug -- 2.47.2