Add ola and foobazdmx role and add playbook for light.z9
This commit is contained in:
parent
35217737ce
commit
aefdd123a4
16 changed files with 168 additions and 0 deletions
18
playbooks/roles/distribution_check/meta/argument_specs.yml
Normal file
18
playbooks/roles/distribution_check/meta/argument_specs.yml
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