Bluetooth monitor and more
This commit is contained in:
7
roles/pi-disable-onboard-bluetooth/tasks/main.yml
Normal file
7
roles/pi-disable-onboard-bluetooth/tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Deactivate onboard bluetooth
|
||||
lineinfile:
|
||||
path: /boot/firmware/config.txt
|
||||
regexp: "^#?dtoverlay=disable-bt"
|
||||
line: "dtoverlay=disable-bt"
|
||||
notify: reboot
|
||||
Reference in New Issue
Block a user