diff --git a/ansible/lookup_plugins/cached.py b/ansible/lookup_plugins/cached.py new file mode 100644 index 000000000..69192580b --- /dev/null +++ b/ansible/lookup_plugins/cached.py @@ -0,0 +1 @@ +from ansible_cached_lookup import LookupModule diff --git a/requirements.txt b/requirements.txt index 4ab09abd0..cf7a6a735 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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