Yaml indentation fixed
custom_field and sync ke:ys weren't correctly indented for current ansible versions
This commit is contained in:
parent
c56f7b5f1b
commit
94ee0b0163
|
@ -44,10 +44,10 @@ DOCUMENTATION = """
|
||||||
field:
|
field:
|
||||||
description: field to return from bitwarden
|
description: field to return from bitwarden
|
||||||
default: 'password'
|
default: 'password'
|
||||||
custom_field:
|
custom_field:
|
||||||
description: If True, look up named field in custom fields instead
|
description: If True, look up named field in custom fields instead
|
||||||
of top-level dictionary.
|
of top-level dictionary.
|
||||||
sync:
|
sync:
|
||||||
description: If True, call `bw sync` before lookup
|
description: If True, call `bw sync` before lookup
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue