1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-28 22:49:00 +00:00
community.general/changelogs/fragments/10136-cache-pickle-json.yml
Brian Coca 937d92ee25
pickle cache plugin, avoid extra steps in DT (#10136)
* pickle cache plugin, avoid extra steps in DT

* clog

* Update changelogs/fragments/10136-cache-pickle-json.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
2025-05-16 06:59:47 +02:00

2 lines
164 B
YAML

bugfixes:
- pickle cache plugin - avoid extra JSON serialization with ansible-core >= 2.19 (https://github.com/ansible-collections/community.general/pull/10136).