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?
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
andnvidia_driver_branch
. I guess using a single var should work fine and be simpler isn't it?