mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 13:55:25 +01:00
11 lines
333 B
YAML
11 lines
333 B
YAML
---
|
|
# Setup things for my NocFree Keyboard
|
|
- name: Setup UDEV NocFree
|
|
become: true
|
|
copy:
|
|
dest: /etc/udev/rules.d/99-vial.rules
|
|
owner: root
|
|
group: root
|
|
content: 'KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{serial}=="*vial:f64c2b3c*", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"'
|
|
mode: '0644'
|