From b6e652b440adfce374faeb6d8e53cee3f60609c7 Mon Sep 17 00:00:00 2001 From: Markus Bergholz Date: Fri, 3 Jun 2022 18:41:04 +0200 Subject: [PATCH] fix trailing whitespace after parameter (#4765) --- 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: