From 7826314458800910d1c0729da546d5b27bb50668 Mon Sep 17 00:00:00 2001 From: gitea Date: Tue, 8 Sep 2026 21:16:37 +0200 Subject: [PATCH] Update ansible.cfg --- ansible.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 1c4f76c..6a501e7 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,4 +1,5 @@ [defaults] inventory=./Inventory.ini bin_ansible_callbacks=True -stdout_callback=community.general.yaml +stdout_callback = default +callback_result_format = yaml