added installation of mesa

This commit is contained in:
aminnairi
2023-04-14 23:37:27 +02:00
parent bc1de4af55
commit 68e760d1b1
+6
View File
@@ -3,6 +3,12 @@
hosts: localhost hosts: localhost
connection: local connection: local
tasks: tasks:
- name: Install Mesa (graphics driver)
become: true
pacman:
name: mesa
state: present
state: present
- name: Install rsync (file synchronizer) - name: Install rsync (file synchronizer)
become: true become: true
pacman: pacman: