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