working v6
This commit is contained in:
commit
77780ff216
11 changed files with 329 additions and 0 deletions
8
tasks/keyboard.yml
Normal file
8
tasks/keyboard.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- name: configure keyboard
|
||||
template:
|
||||
src: keyboard-conf.j2
|
||||
dest: "{{ xorgconfigpath }}/keyboard.conf"
|
||||
become: true
|
||||
tags:
|
||||
- configuration
|
||||
Loading…
Add table
Add a link
Reference in a new issue