1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2025-01-09 09:32:14 +01:00

17 lines
260 B
YAML
Raw Normal View History

---
- name: Install X-Server
pacman:
name: [xorg, xorg-xinit]
state: present
- name: Install displaymanager
pacman:
name: [lightdm, lightdm-gtk-greeter]
state: present
- name: Enable lightdm
service:
name: lightdm
enabled: yes