mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-30 08:31:28 -07:00
* Prevent yaml callback from modifying PyYAML.
* Fix changelog fragment.
* Update changelogs/fragments/3478-yaml-callback.yml
Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
(cherry picked from commit 5895e50185
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
baf23f3ae2
commit
0ff27c3b44
3 changed files with 63 additions and 24 deletions
2
changelogs/fragments/3478-yaml-callback.yml
Normal file
2
changelogs/fragments/3478-yaml-callback.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "yaml callback plugin - avoid modifying PyYAML so that other plugins using it on the controller, like the ``to_yaml`` filter, do not produce different output (https://github.com/ansible-collections/community.general/issues/3471, https://github.com/ansible-collections/community.general/pull/3478)."
|
Loading…
Add table
Add a link
Reference in a new issue