From a72c81be1cf46d4a1a30548bc67e69e3ef95612b Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Mon, 23 Jan 2023 16:22:12 +0000 Subject: [PATCH] added callback plugin for yaml Signed-off-by: Mark Bolwell --- ansible.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index 831f01d..3bae35d 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -7,6 +7,12 @@ nocows=1 retry_files_save_path=/dev/null library=~/.ansible/plugins/modules:/usr/share/ansible/plugins/modules:./library +# Use the YAML callback plugin. +stdout_callback = yaml +# Use the stdout_callback when running ad-hoc commands. +bin_ansible_callbacks = True + + [privilege_escalation] [paramiko_connection]