feat: move bluetooth input
This commit is contained in:
parent
ff701ea66f
commit
a28cb8a0a6
@ -1 +1 @@
|
|||||||
http://xplayer-ota.pureroad.cn/files_20250925_083921.tar.xz
|
http://xplayer-ota.pureroad.cn/files_20250928_212729.tar.xz
|
||||||
|
|||||||
@ -70,13 +70,18 @@
|
|||||||
- net-tools
|
- net-tools
|
||||||
- libconfig9
|
- libconfig9
|
||||||
- avahi-daemon
|
- avahi-daemon
|
||||||
- bluez-alsa-utils
|
# - bluez-alsa-utils
|
||||||
# - upmpdcli
|
# - upmpdcli
|
||||||
state: present
|
state: present
|
||||||
cache_valid_time: 3153600 # 365天缓存
|
cache_valid_time: 3153600 # 365天缓存
|
||||||
update_cache: no
|
update_cache: no
|
||||||
become: yes
|
become: yes
|
||||||
tags: apt
|
tags: apt
|
||||||
|
- name: uninstall bluez-alsa-utils
|
||||||
|
shell:
|
||||||
|
cmd: apt remove -y bluez-alsa-utils
|
||||||
|
become: yes
|
||||||
|
tags: apt
|
||||||
|
|
||||||
- name: Copy static files
|
- name: Copy static files
|
||||||
copy:
|
copy:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user