mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 01:44:03 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -82,22 +82,22 @@ RETURN = r'''
|
|||
image_type:
|
||||
description: Whether the image is a release or hotfix image
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: release
|
||||
version:
|
||||
description: Version of the software contained in the image.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: 13.1.0.8
|
||||
build:
|
||||
description: Build version of the software contained in the image.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: 0.0.3
|
||||
checksum:
|
||||
description: MD5 checksum of the ISO.
|
||||
returned: changed
|
||||
type: string
|
||||
type: str
|
||||
sample: 8cdbd094195fab4b2b47ff4285577b70
|
||||
file_size:
|
||||
description: Size of the uploaded image in MB.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue