From c6beaf693edf54b9a3a05772e68fe60e90f959b5 Mon Sep 17 00:00:00 2001 From: Nicola Belluti Date: Thu, 7 Sep 2023 11:50:24 +0000 Subject: [PATCH] Updated ansible.cfg --- ansible.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index 7df1c7b..acef085 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -14,6 +14,11 @@ ansible_managed = This file was last modified by {{{{ '{uid}' | replace('-', ' ' # (pathspec) Colon separated paths in which Ansible will search for Roles. roles_path = ./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 + [connection] # (boolean) This is a global option, each connection plugin can override either by having more specific options or not supporting pipelining at all. # Pipelining, if supported by the connection plugin, reduces the number of network operations required to execute a module on the remote server, by executing many Ansible modules without actual file transfer.