Add cached plugin
This is useful to cache expensive lookups. Change-Id: I0748f7bd3e6f7f91e35b2178acb6973e99710f88
This commit is contained in:
parent
428ef10fa4
commit
a46b3ebc8e
1
ansible/lookup_plugins/cached.py
Normal file
1
ansible/lookup_plugins/cached.py
Normal file
@ -0,0 +1 @@
|
||||
from ansible_cached_lookup import LookupModule
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user