Ansible_workstation/tasks/choux_arch_hardware.yml

10 lines
163 B
YAML
Raw Normal View History

2019-05-14 13:22:30 +00:00
---
- name: Install graphical cared packages
pacman:
name:
- xf86-video-nouveau
- nouveau-dri
state: present
tags:
- first_deployement