From f39bb9c8a3ca8f266429d5f388f83bbaba303399 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Fri, 29 May 2026 06:55:31 -0400 Subject: [PATCH] commented out stdout_callback and set callback_result_format to 'yaml' --- ansible.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 878ef90..ef0eb73 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -96,6 +96,7 @@ action_plugins=plugins/action:~/.ansible/plugins/action:/usr/share/ansible/plugi # (pathspec) Colon-separated paths in which Ansible will search for Cache Plugins. cache_plugins=plugins/cache:~/.ansible/plugins/cache:/usr/share/ansible/plugins/cache +callback_result_format=yaml # (pathspec) Colon-separated paths in which Ansible will search for Callback Plugins. callback_plugins=plugins/callback:~/.ansible/plugins/callback:/usr/share/ansible/plugins/callback @@ -233,7 +234,7 @@ roles_path=roles:~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles # (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=yaml +;stdout_callback=yaml # (string) Set the default strategy used for plays. ;strategy=linear