From c70d79c7874091dbde2bb17e092951af20f95e20 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 19:01:36 +0200 Subject: [PATCH] fix trailing whitespace after parameter (#4765) (#4767) (cherry picked from commit b6e652b440adfce374faeb6d8e53cee3f60609c7) Co-authored-by: Markus Bergholz --- plugins/lookup/keyring.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lookup/keyring.py b/plugins/lookup/keyring.py index 73f9c5f4a9..b846e29424 100644 --- a/plugins/lookup/keyring.py +++ b/plugins/lookup/keyring.py @@ -18,7 +18,7 @@ DOCUMENTATION = ''' ''' EXAMPLES = """ -- name : output secrets to screen (BAD IDEA) +- name: output secrets to screen (BAD IDEA) ansible.builtin.debug: msg: "Password: {{item}}" with_community.general.keyring: