Yaml indentation fixed

custom_field and sync ke:ys weren't correctly indented for current
ansible versions
This commit is contained in:
Holger Mueller 2019-11-18 17:05:38 +01:00
parent c56f7b5f1b
commit 94ee0b0163

View file

@ -44,10 +44,10 @@ DOCUMENTATION = """
field:
description: field to return from bitwarden
default: 'password'
custom_field:
custom_field:
description: If True, look up named field in custom fields instead
of top-level dictionary.
sync:
sync:
description: If True, call `bw sync` before lookup
"""