From 37751c1c4fecbf19bdcb2a4092bc1aca07fe2e75 Mon Sep 17 00:00:00 2001 From: xin Date: Mon, 23 Feb 2026 22:35:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=93=9D=E7=89=99aptx-hd?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playbooks/site.yml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/playbooks/site.yml b/playbooks/site.yml index 517f2c8..298ca64 100644 --- a/playbooks/site.yml +++ b/playbooks/site.yml @@ -222,15 +222,6 @@ dest: "{{ item.dest }}" mode: "{{ item.mode | default('0644') }}" loop: - - src: ../files/libaptx.so - dest: /usr/local/lib/libaptx.so - mode: '0644' - - src: ../files/bluealsad - dest: /usr/bin/bluealsad - mode: '0755' - - src: ../files/bluealsa-aplay - dest: /usr/bin/bluealsa-aplay - mode: '0755' - src: ../files/bluetooth.service dest: /usr/lib/systemd/system/bluetooth.service - src: ../files/main.conf @@ -522,7 +513,12 @@ - name: install_bluealsa_openaptx shell: - cmd: /usr/bin/install_bluealsa_openaptx.sh + cmd: | + /usr/bin/install_bluealsa_openaptx.sh + install -m 0644 {{ playbook_dir }}/../files/libaptx.so /usr/local/lib/libaptx.so + install -m 0755 {{ playbook_dir }}/../files/bluealsad /usr/bin/bluealsad + install -m 0755 {{ playbook_dir }}/../files/bluealsa-aplay /usr/bin/bluealsa-aplay + ldconfig - name: enable_bluealsa shell: