Bluetooth monitor and more

This commit is contained in:
Martin Bauer
2024-03-01 15:01:08 +01:00
parent 7501ef18a4
commit fb6f10891d
21 changed files with 462 additions and 246 deletions

View File

@@ -0,0 +1,4 @@
---
- name: reboot
reboot:

View 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