nvidia-driver: First draft of role

This commit is contained in:
Timo Makinen 2022-01-29 18:30:54 +00:00
parent 63b9b92166
commit ce37f81e76
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,3 @@
---
dependencies:
- {role: rpmfusion-nonfree-repo}

View file

@ -0,0 +1,8 @@
---
- name: install drivers
package:
name: "{{ item }}"
state: installed
with_items:
- akmod-nvidia
- xorg-x11-drv-nvidia-cuda