(cherry picked from commit b6e652b440
)
Co-authored-by: Markus Bergholz <git@osuv.de>
pull/4770/head
parent
b37a0d4397
commit
c70d79c787
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue