Feat: add graphic drivers for choux
This commit is contained in:
parent
11adaf79bd
commit
05444615fc
9
tasks/choux_arch_hardware.yml
Normal file
9
tasks/choux_arch_hardware.yml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Install graphical cared packages
|
||||
pacman:
|
||||
name:
|
||||
- xf86-video-nouveau
|
||||
- nouveau-dri
|
||||
state: present
|
||||
tags:
|
||||
- first_deployement
|
Loading…
Reference in New Issue
Block a user