mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
bluetooth network support for ubuntu on rpi
This commit is contained in:
parent
29b12f572f
commit
720d7f2798
2 changed files with 8 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
- name: Install Bluetooth - only on Raspberry Pi
|
||||
include_role:
|
||||
name: bluetooth
|
||||
when: is_raspbian and bluetooth_install
|
||||
when: not (rpi_model == "none") and bluetooth_install
|
||||
|
||||
- name: USB_LIB
|
||||
include_role:
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
- name: "Install pi-bluetooth package on Ubuntu"
|
||||
package:
|
||||
name:
|
||||
- pi-bluetooth
|
||||
state: present
|
||||
when: is_ubuntu and not (rpi_model == "none")
|
||||
|
||||
- name: "Install bluetooth packages"
|
||||
package:
|
||||
name:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue