mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Clarify full actions of apt installing Kolibri .deb
This commit is contained in:
parent
d66f220101
commit
834fa0ef18
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
||||||
- name: apt install latest Kolibri .deb from {{ kolibri_deb_url }}
|
- name: apt install latest Kolibri .deb from {{ kolibri_deb_url }} (populates {{ kolibri_home }}, migrates database) # i.e. /library/kolibri
|
||||||
apt:
|
apt:
|
||||||
deb: "{{ kolibri_deb_url }}" # https://learningequality.org/r/kolibri-deb-latest
|
deb: "{{ kolibri_deb_url }}" # https://learningequality.org/r/kolibri-deb-latest
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue