mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 22:31:25 -07:00
lastpass filter: add example
This commit is contained in:
parent
6332beef65
commit
283ccaa252
1 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,9 @@ DOCUMENTATION = """
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
# need one
|
- name: get 'custom_field' from lastpass entry 'entry-name'
|
||||||
|
debug:
|
||||||
|
msg: "{{ lookup('lastpass', 'entry-name', field='custom_field') }}"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
RETURN = """
|
RETURN = """
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue