1
0
Fork 0
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:
A Holt 2022-09-08 12:44:02 -04:00 committed by GitHub
parent ebdba360a3
commit 93490933be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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