File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
---
16
16
- name : Unload nouveau
17
17
ansible.builtin.template :
18
- src : " etc/modprobe.d/blacklist -nouveau.conf"
19
- dest : " /etc/modprobe.d/blacklist -nouveau.conf"
18
+ src : " etc/modprobe.d/blocklist -nouveau.conf"
19
+ dest : " /etc/modprobe.d/blocklist -nouveau.conf"
20
20
mode : " 0644"
21
21
22
22
- name : Update initramfs
Original file line number Diff line number Diff line change 1
- # blacklist nouveau -- keeps it from being loaded
1
+ #block nouveau it from being loaded by default by the kernel
2
2
blacklist nouveau
3
3
# options nouveau modeset=0 -- If the module is built into the kernel, then this disables it
4
4
# This is to more like future-proofing against future kernels
Original file line number Diff line number Diff line change 17
17
{{end}}
18
18
{{if or (eq .Vars.OS "ubuntu") (eq .Vars.OS "photon")}}
19
19
{{if .Vars.node_custom_roles_pre | regexMatch ".*gpu.*"}}
20
- " /etc/modprobe.d/blacklist -nouveau.conf " :
20
+ " /etc/modprobe.d/blocklist -nouveau.conf " :
21
21
exists : true
22
22
filetype : file
23
23
contains :
You canβt perform that action at this time.
0 commit comments