Add cached plugin

This is useful to cache expensive lookups.

Change-Id: I0748f7bd3e6f7f91e35b2178acb6973e99710f88
This commit is contained in:
Kayobe Automation 2021-07-05 17:47:52 +01:00 committed by Mark Goddard
parent 428ef10fa4
commit a46b3ebc8e
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
from ansible_cached_lookup import LookupModule

View File

@ -11,3 +11,4 @@ paramiko # LGPL
jsonschema<5 # MIT
wcmatch>=8.2,<=9.0 # MIT
hvac>=0.10.1
ansible-cached-lookup<=2.0.0 # MIT