]> git.phdru.name Git - ansible.git/commitdiff
Feat(bluetooth): Prevent `bluetooth` from autostarting
authorOleg Broytman <phd@phdru.name>
Mon, 16 Oct 2023 15:20:41 +0000 (18:20 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 16 Oct 2023 15:20:41 +0000 (18:20 +0300)
playbooks/roles/bluetooth/tasks/deb.yaml

index 56a61f0d33dcaf97b128fa68ac87d13ace457b48..c0383c1ab14f3b1bb0fdda97aa4c511b4807db69 100644 (file)
@@ -8,3 +8,7 @@
     name: ['bluetooth', 'bluez', 'bluez-tools', 'pulseaudio-module-bluetooth']
     state: latest
     update_cache: yes
+
+- name: Prevent bluetooth from autostarting
+  become: true
+  command: update-rc.d bluetooth remove