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