Implemented that schemas are recognized

This commit is contained in:
2025-07-15 22:22:22 +02:00
parent 3fed9eb75a
commit b6eb73dee4
8 changed files with 151 additions and 20 deletions

View File

@@ -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).

View File

@@ -0,0 +1,2 @@
# Todo
- Implement schema

View File

@@ -0,0 +1 @@
vendor_and_product_id: "" # @todo schema needs to be implemented

View File

@@ -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') }}"