mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 16:32:56 +00:00
lmdb_kv lookup: fix docs (#11932)
This commit is contained in:
parent
dab3fa36de
commit
00cff7feb4
1 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ short_description: Fetch data from LMDB
|
|||
description:
|
||||
- This lookup returns a list of results from an LMDB DB corresponding to a list of items given to it.
|
||||
requirements:
|
||||
- lmdb (Python library U(https://lmdb.readthedocs.io/en/release/))
|
||||
- lmdb (Python library U(https://lmdb.readthedocs.io/en/latest/))
|
||||
options:
|
||||
_terms:
|
||||
description: List of keys to query.
|
||||
|
|
@ -44,8 +44,8 @@ EXAMPLES = r"""
|
|||
ansible.builtin.assert:
|
||||
that:
|
||||
- item == 'Belgium'
|
||||
vars:
|
||||
- lmdb_kv_db: jp.mdb
|
||||
vars:
|
||||
- lmdb_kv_db: jp.mdb
|
||||
with_community.general.lmdb_kv:
|
||||
- be
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue