From 91faee33a40fbc39da311b718f3d201eaa10f43b Mon Sep 17 00:00:00 2001 From: Tobias Hachmer Date: Sun, 16 Sep 2018 12:39:26 +0200 Subject: [PATCH] Set stdout callback to yaml for more readable debug output --- ansible.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index 8fdbb75..d94d519 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -5,6 +5,8 @@ remote_tmp = $HOME/ansible_tmp remote_user = admin ansible_managed = Ansible managed - don't edit this file! roles_path = ./roles +stdout_callback = yaml +bin_ansible_callbacks = True [privilege_escalation] become = True