added installation of xorg

This commit is contained in:
aminnairi
2023-04-15 08:09:43 +02:00
parent 187350b69a
commit cd9787542b
+5
View File
@@ -102,6 +102,11 @@
synchronize: synchronize:
src: notification/notification.service src: notification/notification.service
dest: /usr/share/dbus-1/services/org.freedesktop.Notification.service dest: /usr/share/dbus-1/services/org.freedesktop.Notification.service
- name: Install Xorg (X11 server)
become: true
pacman:
name: xorg-server
state: present
- name: Install Xorg Xinput (input devices manager) - name: Install Xorg Xinput (input devices manager)
become: true become: true
pacman: pacman: