lastpass filter: add example

pull/38499/head
David Resnick 7 years ago 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 = """

Loading…
Cancel
Save