NVIDIA / ansible-role-nvidia-driver

BSD 3-Clause "New" or "Revised" License
115 stars 66 forks source link

Install latest driver version on RHEL by default #68

Open pescobar opened 1 year ago

pescobar commented 1 year ago

The role was not installing latest driver version by default on RHEL systems. With this change the latest driver is installed unless a specific version is selected using var nvidia_driver_package_version

One of the reasons was that there is no yum package named nvidia-driver-latest-dkms-'+nvidia_driver_package_version

After applying this patch it's not clear for me why there are two vars nvidia_driver_package_version and nvidia_driver_branch. I guess using a single var should work fine and be simpler isn't it?