mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
(cherry picked from commit b6e652b440
)
Co-authored-by: Markus Bergholz <git@osuv.de>
This commit is contained in:
parent
b37a0d4397
commit
c70d79c787
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