From 028fada750ad19166174e1b28bdfc58b66ab3a48 Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Sat, 16 May 2026 00:00:31 +1000 Subject: [PATCH] upd ansible-print --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 1d87c47..6a62be6 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -13,7 +13,7 @@ interpreter_python = auto_silent ansible_python_interpreter = auto_silent # Use the YAML callback plugin. #stdout_callback = default -stdout_callback = live_table +stdout_callback = moreati.rich.rich callback_result_format = yaml # Use the stdout_callback when running ad-hoc commands.