Use the .yaml file extension for all YAML files
This commit is contained in:
parent
9d0697f0d0
commit
1bcb77961b
60 changed files with 1 additions and 1 deletions
18
playbooks/roles/distribution_check/meta/argument_specs.yaml
Normal file
18
playbooks/roles/distribution_check/meta/argument_specs.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
argument_specs:
|
||||
main:
|
||||
options:
|
||||
distribution_check__supported_distributions:
|
||||
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
|
||||
required: true
|
Loading…
Add table
Add a link
Reference in a new issue