added xorg xinit installation

This commit is contained in:
aminnairi
2023-04-10 19:02:21 +02:00
parent f44eb0db40
commit f88ac0e92e
+10
View File
@@ -3,6 +3,16 @@
hosts: localhost hosts: localhost
connection: local connection: local
tasks: tasks:
- name: Install rsync (file synchronizer)
become: true
pacman:
name: rsync
state: present
- name: Install Xinit (Xorg startup script)
become: true
pacman:
name: xorg-xinit
state: present
- name: Install Tokei (line of code counter) - name: Install Tokei (line of code counter)
become: true become: true
pacman: pacman: