From 2f807008f46d6b009478701f9c34e5f5342af62e Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Tue, 14 Jul 2026 17:30:21 +0200 Subject: [PATCH] stdout_callback = debug --- ansible/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 7d34896..1023768 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -215,7 +215,7 @@ ask_vault_pass=True # (string) Set the main callback used to display Ansible output. You can only have one at a time. # You can have many other callbacks, but just one can be in charge of stdout. # See :ref:`callback_plugins` for a list of available options. -;stdout_callback=default +stdout_callback=debug # (string) Set the default strategy used for plays. ;strategy=linear