tweaks/tasks/keyboard.yml
Jens Heinrich 77780ff216 working v6
2019-03-20 17:00:42 +01:00

8 lines
159 B
YAML

---
- name: configure keyboard
template:
src: keyboard-conf.j2
dest: "{{ xorgconfigpath }}/keyboard.conf"
become: true
tags:
- configuration