--- - name: Deactivate onboard bluetooth lineinfile: path: /boot/firmware/config.txt regexp: "^#?dtoverlay=disable-bt" line: "dtoverlay=disable-bt" notify: reboot