1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-02-04 07:51:50 +00:00

Fix YAML callback (#10212)

Fix YAML callback.
This commit is contained in:
Felix Fontein 2025-06-06 22:30:06 +02:00 committed by GitHub
parent f7f2db365e
commit 996ffc8f8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 114 additions and 36 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "yaml callback plugin - adjust to latest changes in ansible-core devel (https://github.com/ansible-collections/community.general/pull/10212)."