1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

block for apt & call pip-install.yml

This commit is contained in:
Jerry Vonau 2025-02-17 10:59:40 -06:00
parent c20caee3cb
commit fd91a8b238

View file

@ -61,7 +61,11 @@
content: 'KOLIBRI_HOME="{{ kolibri_home }}"'
dest: /etc/kolibri/daemon.conf
- name: Using PIP method
include_tasks: pip-install.yml
when: kolibri_version_pip is defined
- block:
# https://kolibri.readthedocs.io/en/latest/install/ubuntu-debian.html claims:
# "When you use the PPA installation method, upgrades to newer versions
# will be automatic, provided there is internet access available."
@ -154,6 +158,8 @@
file:
state: absent
path: /root/.kolibri
# end block
when: kolibri_version_pip is undefined
- name: 'Install from template: /etc/systemd/system/kolibri.service'
template: