mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #907 from holta/kolibri-back-to-usr-local-bin
Revert kolibri_exec_path to usr /usr/local/bin for now
This commit is contained in:
commit
9783aa6202
2 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,8 @@ kolibri_home: "{{ content_base }}/kolibri"
|
|||
kolibri_http_port: 8009
|
||||
kolibri_url: /kolibri/
|
||||
kolibri_path: "{{ iiab_base }}/kolibri"
|
||||
kolibri_exec_path: /usr/bin/kolibri
|
||||
# 2018-07-16: IIAB recommends /usr/bin but @arky says this isn't yet possible, due to pip
|
||||
kolibri_exec_path: /usr/local/bin/kolibri
|
||||
|
||||
# Kolibri system user
|
||||
kolibri_user: kolibri
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
- name: Create a Kolibri system user and to www-data, disk groups
|
||||
- name: Create Linux user {{ kolibri_user }} and add it to groups {{ apache_user }}, disk
|
||||
user:
|
||||
name: "{{ kolibri_user }}"
|
||||
groups:
|
||||
|
|
Loading…
Reference in a new issue