Only disable pc speaker at work
This commit is contained in:
parent
86320e641e
commit
e4d0dc76f9
2 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,3 @@
|
|||
path: '/opt/pyenv'
|
||||
owner: "{{ user }}"
|
||||
group: users
|
||||
|
||||
- modprobe:
|
||||
name: pcspkr
|
||||
state: absent
|
||||
|
|
|
@ -13,3 +13,7 @@
|
|||
owner: "{{ user }}"
|
||||
state: link
|
||||
force: true
|
||||
|
||||
- modprobe:
|
||||
name: pcspkr
|
||||
state: absent
|
||||
|
|
Loading…
Reference in a new issue