lastpass filter: add example

This commit is contained in:
David Resnick 2018-04-09 15:19:55 +03:00 committed by Brian Coca
parent 6332beef65
commit 283ccaa252

View file

@ -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 = """