From 8810309515eec60b783c6db3f760a7b9beee0ca4 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Wed, 13 Aug 2025 23:03:42 +0100 Subject: [PATCH] Silence deprecation warning on yaml output --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index f091950..375c362 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,4 +2,4 @@ collections_path = collections library = library roles_path = roles -stdout_callback = yaml +result_format = yaml