1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-25 13:12:46 +00:00

Small fixes. (#4605) (#4606)

(cherry picked from commit 5cb7c2e45e)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2022-05-02 08:16:11 +02:00 committed by GitHub
parent 0ba06f8d82
commit bb695a00a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 6 deletions

View file

@ -56,7 +56,7 @@ EXAMPLES = '''
RETURN = '''
_value:
description: Whether the module or action plugin denoted by the input exists.
description: The dictionary having the provided key-value pairs.
type: boolean
'''