This repository has been archived on 2020-08-28. You can view files and clone it, but cannot push or open issues/pull-requests.
ansible-laptop/roles/gui/tasks/xorg.yml

11 lines
220 B
YAML

---
- name: create xorg config directory
file:
path: /etc/X11/xorg.conf.d
state: directory
- name: install xorg config for backlight
copy:
src: 20-intel.conf
dest: /etc/X11/xorg.conf.d/20-intel.conf