Skip to content

Commit

Permalink
Update the driver branch to 515
Browse files Browse the repository at this point in the history
Signed-off-by: guenthgr <guenther.grill@sensonic.com>
  • Loading branch information
guenthgr committed Jul 28, 2022
1 parent 8fa78e4 commit d0cf4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $ ansible-galaxy install nvidia.nvidia_driver
| `nvidia_driver_skip_reboot` | `no` | Whether to skip rebooting the node during the install |
| `nvidia_driver_module_file` | `"/etc/modprobe.d/nvidia.conf"` | Filename to use for NVIDIA driver parameters |
| `nvidia_driver_module_params` | `""` | Parameters to pass to the NVIDIA driver |
| `nvidia_driver_branch` | `"510"` | Default driver branch to install |
| `nvidia_driver_branch` | `"515"` | Default driver branch to install |

### Red Hat specific variables

Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nvidia_driver_skip_reboot: no
nvidia_driver_module_file: /etc/modprobe.d/nvidia.conf
nvidia_driver_module_params: ''
nvidia_driver_add_repos: yes
nvidia_driver_branch: "510"
nvidia_driver_branch: "515"


##############################################################################
Expand Down

0 comments on commit d0cf4a1

Please sign in to comment.