workstation/arch/roles/gui/tasks/main.yml
2020-07-07 09:14:38 -04:00

17 lines
297 B
YAML

- name: Install xorg
become: yes
pacman:
name:
- xorg
- xorg-xinit
state: present
- 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