From 05444615fcf8a5af3cb322510c8a83cb8a4e57c3 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 14 May 2019 15:22:30 +0200 Subject: [PATCH] Feat: add graphic drivers for choux --- tasks/choux_arch_hardware.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tasks/choux_arch_hardware.yml diff --git a/tasks/choux_arch_hardware.yml b/tasks/choux_arch_hardware.yml new file mode 100644 index 0000000..9a94334 --- /dev/null +++ b/tasks/choux_arch_hardware.yml @@ -0,0 +1,9 @@ +--- +- name: Install graphical cared packages + pacman: + name: + - xf86-video-nouveau + - nouveau-dri + state: present + tags: + - first_deployement