computer-playbook/roles/driver-msi-perkeyrgb/tasks/main.yml

9 lines
289 B
YAML
Raw Normal View History

2022-08-18 19:23:43 +02:00
- 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