mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
lastpass filter: add example
This commit is contained in:
committed by
Brian Coca
parent
6332beef65
commit
283ccaa252
@@ -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 = """
|
||||||
|
|||||||
Reference in New Issue
Block a user