Unload PC speaker kernel module
This commit is contained in:
parent
0fd7d96e99
commit
b28a840f52
1 changed files with 4 additions and 0 deletions
|
@ -19,3 +19,7 @@
|
||||||
path: '/opt/pyenv'
|
path: '/opt/pyenv'
|
||||||
owner: "{{ user }}"
|
owner: "{{ user }}"
|
||||||
group: users
|
group: users
|
||||||
|
|
||||||
|
- modprobe:
|
||||||
|
name: pcspkr
|
||||||
|
state: absent
|
||||||
|
|
Loading…
Reference in a new issue