From 87ede95afb012ce14d6ccc0641aa50e0f50bedb9 Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Sat, 22 Nov 2025 02:48:45 +1000 Subject: [PATCH] upd ansi --- ansible.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 8503dc4..05eff12 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -11,8 +11,10 @@ forks = 20 interpreter_python = auto_silent ansible_python_interpreter = auto_silent -# Use the YAML callback plugin. -stdout_callback = yaml +# Use the YAML callback plugin. +stdout_callback = default +callback_result_format = yaml + # Use the stdout_callback when running ad-hoc commands. bin_ansible_callbacks = True