diff --git a/roles/pipewire/files/pipewire.conf b/roles/pipewire/files/pipewire.conf index 94be8ec..db0cd69 100644 --- a/roles/pipewire/files/pipewire.conf +++ b/roles/pipewire/files/pipewire.conf @@ -236,7 +236,7 @@ context.exec = [ # but it is better to start it as a systemd service. # Run the session manager with -h for options. # - { path = "wireplumber" args = "" } + { path = "/bin/wireplumber" args = "" } # # You can optionally start the pulseaudio-server here as well # but it is better to start it as a systemd service. diff --git a/roles/pipewire/tasks/main.yml b/roles/pipewire/tasks/main.yml index 9dc3c31..8f3be8b 100644 --- a/roles/pipewire/tasks/main.yml +++ b/roles/pipewire/tasks/main.yml @@ -3,10 +3,10 @@ file: path: ~/.config/pipewire/ state: directory - when: ansible_distribution == 'void' + when: ansible_distribution == 'Void' - name: configure pipewire copy: src: pipewire.conf dest: ~/.config/pipewire/pipewire.conf - when: ansible_distribution == 'void' + when: ansible_distribution == 'Void'