7 lines
178 B
YAML
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 |