From 24b4c0f6b026fa857f8f58a8f66dc75204f55104 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 16 Oct 2023 18:20:41 +0300 Subject: [PATCH] Feat(bluetooth): Prevent `bluetooth` from autostarting --- playbooks/roles/bluetooth/tasks/deb.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/roles/bluetooth/tasks/deb.yaml b/playbooks/roles/bluetooth/tasks/deb.yaml index 56a61f0..c0383c1 100644 --- a/playbooks/roles/bluetooth/tasks/deb.yaml +++ b/playbooks/roles/bluetooth/tasks/deb.yaml @@ -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 -- 2.39.2