1
0
Fork 0
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:
Markus Bergholz 2022-06-03 18:41:04 +02:00 committed by GitHub
parent 0be68bf04b
commit b6e652b440
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: