Open pescobar opened 3 years ago
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
seems ansible has this built in already
- name: Blacklist the nouveau driver module become: yes kernel_blacklist: name: nouveau state: present
is there any reason why this role doesn't include a task like this?