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: