From e6d48c680216d2d5d894f0a91cf777f1583bf98f Mon Sep 17 00:00:00 2001 From: James Allenby Date: Mon, 29 Jun 2026 22:07:55 +0100 Subject: [PATCH] feat: set ansible output format to yaml --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 98ba2d7..c2fab57 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,2 +1,3 @@ [defaults] lookup_plugins = ansible/lookup_plugins +callback_result_format = yaml