8 lines
106 B
YAML
8 lines
106 B
YAML
|
- name: Install xorg
|
||
|
become: yes
|
||
|
pacman:
|
||
|
name:
|
||
|
- xorg
|
||
|
- xorg-xinit
|
||
|
state: present
|