10 lines
163 B
YAML
10 lines
163 B
YAML
|
---
|
||
|
- name: Install graphical cared packages
|
||
|
pacman:
|
||
|
name:
|
||
|
- xf86-video-nouveau
|
||
|
- nouveau-dri
|
||
|
state: present
|
||
|
tags:
|
||
|
- first_deployement
|