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

please blacklist nouveau driver #44

Open
pescobar opened this issue Sep 28, 2021 · 1 comment
Open

please blacklist nouveau driver #44

pescobar opened this issue Sep 28, 2021 · 1 comment

Comments

@pescobar
Copy link
Contributor

is there any reason why this role doesn't include a task like this?

- name: Blacklist the nouveau driver module                                                                                                                                                                                            
  community.general.kernel_blacklist:                                                                                                                                                                                                  
    name: nouveau                                                                                                                                                                                                                      
    state: present 
@TidyData
Copy link

TidyData commented Sep 9, 2022

seems ansible has this built in already

    - name: Blacklist the nouveau driver module
      become: yes
      kernel_blacklist:
        name: nouveau
        state: present

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

2 participants