From 2df5c3eed379132e72b3dfa5fb467186a21ff210 Mon Sep 17 00:00:00 2001 From: David Kilias Date: Sun, 23 Oct 2022 22:09:52 +0200 Subject: [PATCH] feat: add nicer rendering to ansible config --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index fa52dca..e6e41e1 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,3 @@ [defaults] inventory=inventory.yml +stdout_callback=yaml