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

multiple modules: fixed markups in doc (#5227)

This commit is contained in:
Alexei Znamensky 2022-09-05 01:25:34 +12:00 committed by GitHub
parent ac8b034061
commit 6e011f00f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 20 additions and 20 deletions

View file

@ -137,11 +137,11 @@ EXAMPLES = r'''
RETURN = r'''
systems:
description: List of systems
returned: C(state=query) and C(name) is not provided
returned: I(state=query) and I(name) is not provided
type: list
system:
description: (Resulting) information about the system we are working with
returned: when C(name) is provided
returned: when I(name) is provided
type: dict
'''