From 27f887b044a52d092916a1af30e010d58d1c4eea Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 2 Dec 2025 23:08:50 +0000 Subject: [PATCH] Actually output yaml in results --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index c0ec017..5df30fa 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,5 +2,5 @@ collections_path = collections library = library roles_path = roles -result_format = yaml +callback_result_format = yaml inject_facts_as_vars = True