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

7 lines
178 B
YAML
Raw Normal View History

2024-03-01 15:01:08 +01:00
---
- name: Deactivate onboard bluetooth
lineinfile:
path: /boot/firmware/config.txt
regexp: "^#?dtoverlay=disable-bt"
line: "dtoverlay=disable-bt"
notify: reboot