mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update roles/4-server-options/tasks/main.yml
This commit is contained in:
parent
a092b06f57
commit
3d2386c579
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
- name: Install Bluetooth - only on Raspberry Pi
|
- name: Install Bluetooth - only on Raspberry Pi
|
||||||
include_role:
|
include_role:
|
||||||
name: bluetooth
|
name: bluetooth
|
||||||
when: not (rpi_model == "none") and bluetooth_install
|
when: rpi_model != "none" and bluetooth_install
|
||||||
|
|
||||||
- name: USB_LIB
|
- name: USB_LIB
|
||||||
include_role:
|
include_role:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue