fix trailing whitespace after parameter (#4765) (#4767)

(cherry picked from commit b6e652b440)

Co-authored-by: Markus Bergholz <git@osuv.de>
pull/4770/head
patchback[bot] 2022-06-03 19:01:36 +02:00 committed by GitHub
parent b37a0d4397
commit c70d79c787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ DOCUMENTATION = '''
''' '''
EXAMPLES = """ EXAMPLES = """
- name : output secrets to screen (BAD IDEA) - name: output secrets to screen (BAD IDEA)
ansible.builtin.debug: ansible.builtin.debug:
msg: "Password: {{item}}" msg: "Password: {{item}}"
with_community.general.keyring: with_community.general.keyring: