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:
parent
c20caee3cb
commit
fd91a8b238
1 changed files with 25 additions and 19 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue