mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +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
|
||||
include_role:
|
||||
name: bluetooth
|
||||
when: not (rpi_model == "none") and bluetooth_install
|
||||
when: rpi_model != "none" and bluetooth_install
|
||||
|
||||
- name: USB_LIB
|
||||
include_role:
|
||||
|
|
Loading…
Reference in a new issue