mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Implemented that schemas are recognized
This commit is contained in:
@@ -18,20 +18,6 @@ vendor_and_product_id: ""
|
||||
|
||||
The `vendor_and_product_id` variable is required and should be set to the vendor and product ID of the MSI laptop.
|
||||
|
||||
## Dependencies
|
||||
|
||||
- `sys-pgm-aur`
|
||||
|
||||
## Example Playbook
|
||||
|
||||
```yaml
|
||||
- hosts: all
|
||||
roles:
|
||||
- keyboard-color
|
||||
vars:
|
||||
vendor_and_product_id: "your_vendor_and_product_id"
|
||||
```
|
||||
|
||||
## Author
|
||||
|
||||
This role was created by [Kevin Veen-Birkenbach](https://github.com/kevinveenbirkenbach).
|
||||
|
2
roles/drv-msi-keyboard-color/Todo.md
Normal file
2
roles/drv-msi-keyboard-color/Todo.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# Todo
|
||||
- Implement schema
|
1
roles/drv-msi-keyboard-color/schema/main.yml
Normal file
1
roles/drv-msi-keyboard-color/schema/main.yml
Normal file
@@ -0,0 +1 @@
|
||||
vendor_and_product_id: "" # @todo schema needs to be implemented
|
@@ -1 +1,2 @@
|
||||
application_id: drv-msi-keyboard-color
|
||||
application_id: drv-msi-keyboard-color
|
||||
vendor_and_product_id: "{{ applications | get_app_conf(application_id, 'vendor_and_product_id') }}"
|
||||
|
Reference in New Issue
Block a user