Type options of cache plugins (#8624)

* Type options of cache plugins.

* Do not change type of _timeout for now.
This commit is contained in:
Felix Fontein 2024-07-28 13:09:46 +02:00 committed by GitHub
commit 37c8560542
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 17 additions and 2 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- "memcached, pickle, redis, yaml cache plugins - make sure that all options are typed (https://github.com/ansible-collections/community.general/pull/8624)."