Hey @laksha, you can wrap it into a package and add a small helper file, users will only have to do the following:
- pip install my_super_lookup
-
Create ~/.ansible/plugins/lookup/easy_name.py:
import my_super_lookup
LookupModule = my_super_lookup.LookupModule
- Use with_easy_name: or lookup('easy_name',...) in playbooks