From: Oleg Broytman Date: Mon, 16 Oct 2023 15:20:41 +0000 (+0300) Subject: Feat(bluetooth): Prevent `bluetooth` from autostarting X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;ds=inline;h=24b4c0f6b026fa857f8f58a8f66dc75204f55104;p=ansible.git Feat(bluetooth): Prevent `bluetooth` from autostarting --- 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