mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix trailing whitespace after parameter (#4765)
This commit is contained in:
parent
0be68bf04b
commit
b6e652b440
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue