mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 20:22:14 +02:00
added installation of mesa
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
hosts: localhost
|
||||
connection: local
|
||||
tasks:
|
||||
- name: Install Mesa (graphics driver)
|
||||
become: true
|
||||
pacman:
|
||||
name: mesa
|
||||
state: present
|
||||
state: present
|
||||
- name: Install rsync (file synchronizer)
|
||||
become: true
|
||||
pacman:
|
||||
|
||||
Reference in New Issue
Block a user