Ensure kmod is installed before launching CUDA install method
This commit is contained in:
parent
835eaf4602
commit
151facf7e2
@ -20,6 +20,11 @@
|
||||
environment: "{{proxy_env if proxy_env is defined else {}}}"
|
||||
when: nvidia_driver_add_repos | bool
|
||||
|
||||
- name: esure kmod is installed
|
||||
apt:
|
||||
name: "kmod"
|
||||
state: "present"
|
||||
|
||||
- name: blacklist nouveau
|
||||
kernel_blacklist:
|
||||
name: nouveau
|
||||
|
Loading…
Reference in New Issue
Block a user