From a28cb8a0a6f1a6af5421ec28e9b0742f33f54289 Mon Sep 17 00:00:00 2001 From: xin Date: Sun, 28 Sep 2025 21:30:18 +0800 Subject: [PATCH] feat: move bluetooth input --- files_download.txt | 2 +- playbooks/site.yml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/files_download.txt b/files_download.txt index 46e9c7c..d33d14f 100644 --- a/files_download.txt +++ b/files_download.txt @@ -1 +1 @@ -http://xplayer-ota.pureroad.cn/files_20250925_083921.tar.xz +http://xplayer-ota.pureroad.cn/files_20250928_212729.tar.xz diff --git a/playbooks/site.yml b/playbooks/site.yml index 30cb3f1..d95b399 100644 --- a/playbooks/site.yml +++ b/playbooks/site.yml @@ -70,13 +70,18 @@ - net-tools - libconfig9 - avahi-daemon - - bluez-alsa-utils + # - bluez-alsa-utils # - upmpdcli state: present cache_valid_time: 3153600 # 365天缓存 update_cache: no become: yes tags: apt + - name: uninstall bluez-alsa-utils + shell: + cmd: apt remove -y bluez-alsa-utils + become: yes + tags: apt - name: Copy static files copy: