Open pbronneberg opened 1 year ago
I tried installing the nvidia driver on an AlmaLinux 9 system, but unfortunately the driver misses support for this
NVidia driver role supports installation on Redhat family system AlmaLinux
NVidia driver role does not support AlmaLinux
Cause of this behavior is in main.yml
main.yml
- name: redhat family install tasks include_tasks: install-redhat.yml when: ansible_os_family == 'RedHat'
Output of ansible [node] -m setup
ansible [node] -m setup
"ansible_os_family": "AlmaLinux"`, "ansible_distribution_major_version": "9",
Please add support for AlmaLinux Note: I'm happy to create a pull-request to add this support
Created PR. Added details on how I verified the installation in the PR comments.
I tried installing the nvidia driver on an AlmaLinux 9 system, but unfortunately the driver misses support for this
Expected behavior
NVidia driver role supports installation on Redhat family system AlmaLinux
Actual behavior
NVidia driver role does not support AlmaLinux
Cause of this behavior is in
main.yml
Output of
ansible [node] -m setup
Please add support for AlmaLinux Note: I'm happy to create a pull-request to add this support