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
```
This commit is contained in:
Stefan Haun 2025-04-13 13:00:57 +02:00
parent 0bf5326cef
commit f9c5b2593d

View file

@ -1,3 +1,5 @@
[defaults]
inventory=inventory.yml
stdout_callback=yaml
stdout_callback=default
result_format=yaml