修复蓝牙aptx-hd的问题
This commit is contained in:
parent
ef0a0ff6fa
commit
37751c1c4f
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user