1
0
Fork 0
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:
Jerry Vonau 2020-03-15 06:24:02 -05:00
parent 29b12f572f
commit 720d7f2798
2 changed files with 8 additions and 1 deletions

View file

@ -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:

View file

@ -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: