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