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.