mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
multiple modules: fixed markups in doc (#5227)
This commit is contained in:
@@ -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
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user