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:
parent
488ccf6b20
commit
9874d1dafa
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue