]> git.phdru.name Git - ansible.git/commitdiff
Feat: Switch from PulseAudio to PipeWire
authorOleg Broytman <phd@phdru.name>
Fri, 24 Jul 2026 17:28:18 +0000 (20:28 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 24 Jul 2026 17:28:18 +0000 (20:28 +0300)
playbooks/debian/init-local-phd.yaml
playbooks/roles/bluetooth/tasks/deb.yaml
playbooks/roles/init-system/tasks/apt.yaml

index edeedaa26c162ba665c8aa801c4dc86dedf03deb..34426942e3582bdd618c49b9a80f125ba7a308d2 100644 (file)
           'pinentry-gtk2', # for GnuPG
           'pm-utils',
           # Audio
-          'deadbeef', 'pavucontrol', 'pulseaudio',
+          'deadbeef', 'pavucontrol', 'pulseaudio-utils',
+          'pipewire', 'pipewire-pulse', 'wireplumber',
           # Bluetooth
           #'blueman',
-          #'bluetooth', 'bluez-tools', 'pulseaudio-module-bluetooth',
+          #'bluetooth', 'bluez-tools',
           # Browsers
           'chromium',
           'libdbus-1-3', # for Firefox
index c0383c1ab14f3b1bb0fdda97aa4c511b4807db69..cb9774f9103fd49e6b4b46b91e1d27b153192ebe 100644 (file)
@@ -5,7 +5,7 @@
     autoremove: yes
     cache_valid_time: 3600
     install_recommends: no
-    name: ['bluetooth', 'bluez', 'bluez-tools', 'pulseaudio-module-bluetooth']
+    name: ['bluetooth', 'bluez', 'bluez-tools']
     state: latest
     update_cache: yes
 
index 33c7864400ce01dd0adcff62d421b8aded39c73b..61f88ae7448333bfea90f4016b9dd56610b73f02 100644 (file)
@@ -31,7 +31,7 @@
     cache_valid_time: 3600
     install_recommends: no
     name: ['apt-transport-https', 'avahi-autoip',
-           'bluetooth', 'bluez', 'bluez-tools', 'pulseaudio-module-bluetooth',
+           'bluetooth', 'bluez', 'bluez-tools',
            'debian-faq', 'doc-debian', 'emacsen-comm', 'vim-tiny',
           ]
     purge: yes