fix trailing whitespace after parameter (#4765)
parent
0be68bf04b
commit
b6e652b440
|
@ -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 New Issue