X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Froles%2Fbluetooth%2Ftasks%2Fdeb.yaml;h=c0383c1ab14f3b1bb0fdda97aa4c511b4807db69;hb=119883da0314743983a0c4ce7c5ecb7892aa18a6;hp=56a61f0d33dcaf97b128fa68ac87d13ace457b48;hpb=2304c3681edb64daeb56b5b46ba4401299ccc5d8;p=ansible.git 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