1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update main.yml

This commit is contained in:
A Holt 2019-06-28 17:33:57 -04:00 committed by GitHub
parent 488ccf6b20
commit 9874d1dafa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,10 +28,10 @@
when: squid_install | bool
tags: base, squid, network, domain
- name: Install Bluetooth - only on Raspberry Pi
- name: Install Bluetooth - only on Raspberry Pi
include_role:
name: bluetooth
when: is_rpi | bool and bluetooth_install | bool
when: is_rpi and bluetooth_install
tags: bluetooth
# NETWORK moved to the very end, after Stage 9 (9-LOCAL-ADDONS)