mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
put in 4
This commit is contained in:
parent
715be6a62b
commit
ff70422df7
1 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,12 @@
|
|||
when: squid_install | bool
|
||||
tags: base, squid, network, domain
|
||||
|
||||
- name: Install Bluetooth - only on Raspberry Pi
|
||||
include_role:
|
||||
name: bluetooth
|
||||
when: is_rpi | bool and bluetooth_install | bool
|
||||
tags: bluetooth
|
||||
|
||||
# NETWORK moved to the very end, after Stage 9 (9-LOCAL-ADDONS)
|
||||
# It can also be run manually using: cd /opt/iiab/iiab; ./iiab-network
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue