workstation/arch/roles/gui/tasks/main.yml

17 lines
297 B
YAML
Raw Normal View History

- name: Install xorg
become: yes
pacman:
name:
- xorg
- xorg-xinit
state: present
2020-07-07 13:14:38 +00:00
- name: Configure xorg
become: yes
template:
src: 10-laptop-display.conf
dest: /etc/X11/xorg.conf.d/10-laptop-display.conf
owner: root
group: root
mode: u=rw,g=r,o=r