diff --git a/ansible.cfg b/ansible.cfg index 579e02f..cc18a4f 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -3,7 +3,8 @@ inventory = inventory/hosts.yml roles_path = roles host_key_checking = False retry_files_enabled = False -stdout_callback = yaml +stdout_callback = default +result_format = yaml interpreter_python = auto_silent [privilege_escalation]