From 1ea071738c9785203d16e971601f62bc74fe65d0 Mon Sep 17 00:00:00 2001 From: erebion Date: Fri, 4 Oct 2024 00:49:56 +0200 Subject: [PATCH] remove workaround for the Wireplumber config as it is now in the repos as part of qcom-phone-utils, add files to the list of remnants of previous playbook version --- ansible/audio.yml | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/ansible/audio.yml b/ansible/audio.yml index d26e23c..1b586c1 100644 --- a/ansible/audio.yml +++ b/ansible/audio.yml @@ -33,26 +33,6 @@ args: chdir: /usr/share/alsa - ### Wireplumber Config ### - - - name: "Copy Wireplumber Config" - ansible.builtin.copy: - src: 51-qcom-sdm845.conf - dest: "/usr/share/wireplumber/wireplumber.conf.d/51-qcom-sdm845.conf" - owner: root - group: root - mode: u+rw - force: true - register: wireplumber_config - - - name: "Restart Wireplumber on config change" - ansible.builtin.systemd_service: - name: wireplumber.service - state: restarted - scope: user - become_user: "{{ ansible_env.SUDO_USER }}" - when: wireplumber_config.changed - ### Remove Remnants Of Previous Playbook Versions ### - name: "Deactivate systemd unit if it exists, ignore errors if it does not" @@ -71,7 +51,9 @@ - "/opt/tinyalsa" - "/opt/q6voiced" - "/etc/systemd/system/q6voiced-temp.service" + - "/etc/systemd/system/q6voiced.service" - "/etc/q6voiced.conf" + - "/usr/share/wireplumber/wireplumber.conf.d/51-qcom-sdm845.conf" ### Call Audio ###