Explorar el Código

nvidia: uninstall nouveau driver

Matthias Vogelgesang hace 9 años
padre
commit
73a829d509
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      roles/nvidia/tasks/main.yml

+ 3 - 0
roles/nvidia/tasks/main.yml

@@ -24,3 +24,6 @@
   with_items:
     - x11-video-nvidiaG03
     - nvidia-computeG03
+
+- name: uninstall nouveau drivers
+  zypper: name=xorg-x11-driver-video-nouveau state=absent