Fix the linode inventory plugin, and the redis and memcached cache plugins (#1281, #1282, #1283).

This commit is contained in:
Felix Fontein 2020-11-13 21:34:56 +01:00 committed by David Moreau Simard
commit 75fd32ca55
4 changed files with 19 additions and 3 deletions

View file

@ -0,0 +1,4 @@
bugfixes:
- "linode inventory plugin - make sure that plugin errors out on initialization if the required library is not found, and not on load-time (https://github.com/ansible-collections/community.general/pull/1297)."
- "redis cache plugin - make sure that plugin errors out on initialization if the required library is not found, and not on load-time (https://github.com/ansible-collections/community.general/pull/1297)."
- "memcached cache plugin - make sure that plugin errors out on initialization if the required library is not found, and not on load-time (https://github.com/ansible-collections/community.general/pull/1297)."