From 94ee0b0163f9ed35ff07330ea4126a510b891953 Mon Sep 17 00:00:00 2001 From: Holger Mueller Date: Mon, 18 Nov 2019 17:05:38 +0100 Subject: [PATCH] Yaml indentation fixed custom_field and sync ke:ys weren't correctly indented for current ansible versions --- lookup_plugins/bitwarden.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lookup_plugins/bitwarden.py b/lookup_plugins/bitwarden.py index c00dd6a..2e07b16 100755 --- a/lookup_plugins/bitwarden.py +++ b/lookup_plugins/bitwarden.py @@ -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 """