mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-04 13:14:24 -07:00
(cherry picked from commit 6e011f00f4
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
f2e1abfe5e
commit
3427e02fce
14 changed files with 20 additions and 20 deletions
|
@ -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
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue