mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Improve module docs (#11981)
* Fix _facts module documentation. * Get rid of some more 'type: complex'.
This commit is contained in:
@@ -78,7 +78,8 @@ EXAMPLES = r"""
|
||||
RETURN = r"""
|
||||
images:
|
||||
description: A list of images info.
|
||||
type: complex
|
||||
type: list
|
||||
elements: dict
|
||||
returned: success
|
||||
contains:
|
||||
id:
|
||||
|
||||
Reference in New Issue
Block a user