From be3494b6bf91ecfc250fba76a0ef6625016558e7 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 3 Apr 2019 19:55:54 -0400 Subject: [PATCH] Switch to yaml output for ansible This is a little more human readable. Change-Id: I9762ecc6b39bb0f1684dc696e38494d78111660b Signed-off-by: Paul Belanger --- ansible/ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index a42fe20..4d423c5 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -7,6 +7,7 @@ fact_caching_connection = ~/.cache/ansible/facts fact_caching = jsonfile inventory = ~/.config/windmill/ansible/hosts retry_files_enabled = false +stdout_callback = yaml [ssh_connection] pipelining = true