- name: Install bluetooth/bluez become: true apt: autoclean: yes autoremove: yes cache_valid_time: 3600 install_recommends: no 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