Feat: add graphic drivers for choux

This commit is contained in:
Bertrand Benjamin 2019-05-14 15:22:30 +02:00
parent 11adaf79bd
commit 05444615fc
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
- name: Install graphical cared packages
pacman:
name:
- xf86-video-nouveau
- nouveau-dri
state: present
tags:
- first_deployement