From cad2e66b53a9de169fa31f7147724240bc32258a Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sat, 29 Sep 2018 09:12:13 +0000 Subject: [PATCH] make ansible output readable --- templates/ansible.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ansible.cfg.j2 b/templates/ansible.cfg.j2 index 2ed67cc..77f80a2 100644 --- a/templates/ansible.cfg.j2 +++ b/templates/ansible.cfg.j2 @@ -1,6 +1,6 @@ [defaults] nocows = 1 -stdout_callback = skippy +stdout_callback = yaml # fix https://github.com/ansible/ansible/issues/20332 remote_tmp = $HOME/.ansible/tmp