2022-11-11 14:10:43 +01:00
|
|
|
argument_specs:
|
|
|
|
main:
|
|
|
|
options:
|
2023-07-08 19:58:02 +02:00
|
|
|
distribution_check__distribution_support_spec:
|
2022-11-11 14:10:43 +01:00
|
|
|
description: A spec specifying the supported distribution.
|
|
|
|
type: list
|
|
|
|
elements: dict
|
|
|
|
required: true
|
|
|
|
options:
|
|
|
|
name:
|
|
|
|
description: The name of the supported distribution.
|
|
|
|
type: str
|
|
|
|
required: true
|
|
|
|
versions:
|
|
|
|
description: The supported versions of the supported distribution.
|
|
|
|
type: list
|
|
|
|
elements: str
|
2023-07-08 19:58:02 +02:00
|
|
|
required: false
|
|
|
|
major_versions:
|
|
|
|
description: The supported major versions of the supported distribution.
|
|
|
|
type: list
|
|
|
|
elements: str
|
|
|
|
required: false
|
|
|
|
releases:
|
|
|
|
description: The supported releases of the supported distribution.
|
|
|
|
type: list
|
|
|
|
elements: str
|
|
|
|
required: false
|