From 68e760d1b12aa801ff5b5730ffd8225643db8086 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Fri, 14 Apr 2023 23:37:27 +0200 Subject: [PATCH] added installation of mesa --- playbook.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbook.yml b/playbook.yml index 0c830bd..6eca3fa 100644 --- a/playbook.yml +++ b/playbook.yml @@ -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: