mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Clarify {{ kalite_env }} during pip install of KA Lite
This commit is contained in:
parent
84071f6db1
commit
d7ca00fa24
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
# extra_args="--disable-pip-version-check"
|
||||
# when: internet_available and is_debuntu
|
||||
|
||||
- name: Install KA Lite static with pip (debuntu)
|
||||
- name: Install KA Lite static to {{ kalite_venv }}, using pip (debuntu)
|
||||
pip:
|
||||
name: ka-lite-static
|
||||
version: "{{ kalite_version }}"
|
||||
|
@ -38,7 +38,7 @@
|
|||
# extra_args="--disable-pip-version-check"
|
||||
# when: internet_available and not is_debuntu
|
||||
|
||||
- name: Install KA Lite static with pip (OS's other than debuntu)
|
||||
- name: Install KA Lite static to {{ kalite_venv }}, using pip (OS's other than debuntu)
|
||||
pip:
|
||||
name: ka-lite-static
|
||||
version: "{{ kalite_version }}"
|
||||
|
|
Loading…
Reference in a new issue