mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-12-31 22:15:13 +01:00
Kevin Veen-Birkenbach
33a1519ecb
git-subtree-dir: client-playbook git-subtree-mainline:e763d13570
git-subtree-split:13f29ce5f7
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 |