From 16c99a47eb502a17fe1f68b09f682f6715fe3d6a Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Sat, 16 May 2026 00:03:10 +1000 Subject: [PATCH] upd ansible-print re --- ansible.cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 1e6f0b5..83005f0 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -12,9 +12,10 @@ forks = 20 interpreter_python = auto_silent ansible_python_interpreter = auto_silent # Use the YAML callback plugin. -#stdout_callback = default -stdout_callback = moreati.rich.rich -##callback_result_format = yaml +stdout_callback = default +#### EXPL 2026-05-16 не взлетело из-за непонятного:: Exception, this is probably a bug: No module named 'ansible_collections.community.general.plugins.callback.ya +###stdout_callback = moreati.rich.rich +callback_result_format = yaml # Use the stdout_callback when running ad-hoc commands. bin_ansible_callbacks = True