Skip to content

Commit

Permalink
Add cached plugin
Browse files Browse the repository at this point in the history
This is useful to cache expensive lookups.

Change-Id: I0748f7bd3e6f7f91e35b2178acb6973e99710f88
  • Loading branch information
Kayobe Automation authored and markgoddard committed May 30, 2023
1 parent 428ef10 commit a46b3eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/lookup_plugins/cached.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from ansible_cached_lookup import LookupModule
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a46b3eb

Please sign in to comment.