mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
9 lines
289 B
YAML
9 lines
289 B
YAML
|
- name: Install MSI packages
|
||
|
kewlfft.aur.aur:
|
||
|
use: yay
|
||
|
name:
|
||
|
- msi-perkeyrgb
|
||
|
|
||
|
- name: Change preset of keyboard {{vendor_and_product_id}} to {{preset}}
|
||
|
ansible.builtin.shell: sudo msi-perkeyrgb --model GS65 -p "{{preset}}" --id "{{vendor_and_product_id}}"
|
||
|
become: true
|