ansible/roles/pi-disable-onboard-bluetooth/tasks/main.yml

7 lines
178 B
YAML

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