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
12
playbooks/roles/zigbee2mqtt/meta/argument_specs.yaml
Normal file
12
playbooks/roles/zigbee2mqtt/meta/argument_specs.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
argument_specs:
|
||||
main:
|
||||
options:
|
||||
zigbee2mqtt__version:
|
||||
description: zigbee2mqtt version to install
|
||||
type: str
|
||||
required: true
|
||||
zigbee2mqtt__config:
|
||||
description: Configuration file content
|
||||
type: str
|
||||
required: true
|
Loading…
Add table
Add a link
Reference in a new issue