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

8 lines
106 B
YAML

- name: Install xorg
become: yes
pacman:
name:
- xorg
- xorg-xinit
state: present