From f9c5b2593dba92d58fa923f8431bbeac37beb6a4 Mon Sep 17 00:00:00 2001
From: Stefan Haun <tux@netz39.de>
Date: Sun, 13 Apr 2025 13:00:57 +0200
Subject: [PATCH] Update config yaml format in default callback plugin

```
[DEPRECATION WARNING]: community.general.yaml has been deprecated. The plugin
has been superseded by the the option `result_format=yaml` in callback plugin
ansible.builtin.default from ansible-core 2.13 onwards. This feature will be
removed from community.general in version 13.0.0. Deprecation warnings can be
disabled by setting deprecation_warnings=False in ansible.cfg
```
---
 ansible.cfg | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ansible.cfg b/ansible.cfg
index e6e41e1..dc270ae 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -1,3 +1,5 @@
 [defaults]
 inventory=inventory.yml
-stdout_callback=yaml
+stdout_callback=default
+result_format=yaml
+