Skip to content
New issue

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

Support for AlmaLinux #69

Open
pbronneberg opened this issue Jan 13, 2023 · 1 comment
Open

Support for AlmaLinux #69

pbronneberg opened this issue Jan 13, 2023 · 1 comment

Comments

@pbronneberg
Copy link

pbronneberg commented Jan 13, 2023

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

- name: redhat family install tasks
  include_tasks: install-redhat.yml
  when: ansible_os_family == 'RedHat'

Output of 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

@pbronneberg
Copy link
Author

Created PR. Added details on how I verified the installation in the PR comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant