mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-07 19:18:54 +00:00
Improve module docs (#11981)
* Fix _facts module documentation. * Get rid of some more 'type: complex'.
This commit is contained in:
parent
88c13b8108
commit
de42aec78b
25 changed files with 297 additions and 266 deletions
|
|
@ -449,7 +449,8 @@ instances_ids:
|
|||
sample: [1234, 1235]
|
||||
instances:
|
||||
description: A list of instances info whose state is changed or which are fetched with O(instance_ids) option.
|
||||
type: complex
|
||||
type: list
|
||||
elements: dict
|
||||
returned: success
|
||||
contains:
|
||||
vm_id:
|
||||
|
|
@ -563,7 +564,8 @@ tagged_instances:
|
|||
description:
|
||||
- A list of instances info based on a specific attributes and/or labels that are specified with O(count_attributes) and
|
||||
O(count_labels) options.
|
||||
type: complex
|
||||
type: list
|
||||
elements: dict
|
||||
returned: success
|
||||
contains:
|
||||
vm_id:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue