1
0
Fork 0
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:
A Holt 2020-04-23 11:35:07 -04:00 committed by GitHub
parent a092b06f57
commit 3d2386c579
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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