]> git.phdru.name Git - ansible.git/commitdiff
Feat(bluetooth): Do not install bluetooth/bluez automatically
authorOleg Broytman <phd@phdru.name>
Sat, 14 Oct 2023 21:46:03 +0000 (00:46 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 14 Oct 2023 21:46:03 +0000 (00:46 +0300)
playbooks/debian/init-local-phd.yaml
playbooks/roles/init-system/tasks/apt.yaml

index 634f0f15ab4d996bc529c2f668cf53acbfc00b5b..bb4a3c5655fa13f69f7d1a4d4d090ff2350e9e45 100644 (file)
@@ -35,7 +35,7 @@
           'deadbeef', 'pavucontrol', 'pulseaudio',
           # Bluetooth
           #'blueman',
-          'bluetooth', 'bluez-tools', 'pulseaudio-module-bluetooth',
+          #'bluetooth', 'bluez-tools', 'pulseaudio-module-bluetooth',
           # Browsers
           'chromium',
           'libdbus-1-3', # for Firefox
index dd2a32b0f3a71d79676e05244043453305031be7..ea9c7b024dbe5b0ef43d655de0ec77df749d3e3b 100644 (file)
@@ -29,7 +29,8 @@
     autoremove: yes
     cache_valid_time: 3600
     install_recommends: no
-    name: ['apt-transport-https', 'avahi-autoip', 'bluetooth', 'bluez',
+    name: ['apt-transport-https', 'avahi-autoip',
+           'bluetooth', 'bluez', 'bluez-tools', 'pulseaudio-module-bluetooth',
            'debian-faq', 'doc-debian', 'emacsen-comm', 'vim-tiny',
           ]
     purge: yes