From c343e69d5d8b06f9fb463848e6aca645b21ce8f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sen=C3=A9n=20Rodero=20Rodr=C3=ADguez?= <15726+Senen@users.noreply.github.com> Date: Thu, 21 Sep 2023 16:08:25 +0200 Subject: [PATCH] [EXP] Use ansible default config for stdout --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 4a564084..27e4169e 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,5 @@ [defaults] # Use the YAML callback plugin. -stdout_callback = yaml +# stdout_callback = yaml allow_world_readable_tmpfiles = true interpreter_python = auto