2020-12-27 16:47:18 +00:00
|
|
|
---
|
|
|
|
- name: Blacklist pcspkr module
|
|
|
|
become: true
|
2021-02-19 20:32:22 +00:00
|
|
|
ansible.builtin.lineinfile:
|
2020-12-27 16:47:18 +00:00
|
|
|
path: /etc/modprobe.d/blacklist.conf
|
|
|
|
line: blacklist pcspkr
|
|
|
|
create: yes
|
|
|
|
- name: Blacklist dvb_usb_rtl28xxu module
|
|
|
|
become: true
|
2021-02-19 20:32:22 +00:00
|
|
|
ansible.builtin.lineinfile:
|
2020-12-27 16:47:18 +00:00
|
|
|
path: /etc/modprobe.d/blacklist.conf
|
|
|
|
line: blacklist dvb_usb_rtl28xxu
|
|
|
|
create: yes
|