We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Created PR. Added details on how I verified the installation in the PR comments.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: