mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
kolibri/tasks/install.yml: spacing around if/else block
This commit is contained in:
parent
ebdba360a3
commit
93490933be
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
content: 'KOLIBRI_HOME="{{ kolibri_home }}"'
|
||||
dest: /etc/kolibri/daemon.conf
|
||||
|
||||
|
||||
- name: apt install latest Kolibri .deb from {{ kolibri_deb_url }} (populates {{ kolibri_home }}, migrates database) # i.e. /library/kolibri
|
||||
apt:
|
||||
deb: "{{ kolibri_deb_url }}" # https://learningequality.org/r/kolibri-deb-latest
|
||||
|
@ -106,6 +107,7 @@
|
|||
|
||||
when: kolibri_deb_url is undefined
|
||||
|
||||
|
||||
- name: 'Install from template: /etc/systemd/system/kolibri.service'
|
||||
template:
|
||||
src: kolibri.service.j2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue