Skip to content

Commit bc116e3

Browse files
committed
[code] add working role available by default
1 parent e74fc81 commit bc116e3

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

vars/local_vars_android.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
is_proot: True
88

99
##############################
10-
# Currently it targets 5 main apps
10+
# Currently it targets 6 main apps
1111
# 1 Kiwix localhost:8085/kiwix
1212
# 2 New Maps localhost:8085/maps
1313
# 3 Calibre-Web localhost:8085/books
1414
# 4 Kolibri localhost:8085/kolibri
1515
# 5 Matomo localhost:8085/matomo
16+
# 6 Code on the Go localhost;8085/code
1617
##############################
1718

1819
##############################
@@ -72,6 +73,12 @@ matomo_install: True
7273
matomo_enabled: True
7374
##############################
7475

76+
##############################
77+
# Code on the Go
78+
code_install: True
79+
code_enabled: True
80+
##############################
81+
7582
##############################
7683
# Disable sshd as it is not directly used on proot-distro
7784
sshd_install: False

0 commit comments

Comments
 (0)