mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +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"
|
# extra_args="--disable-pip-version-check"
|
||||||
# when: internet_available and is_debuntu
|
# 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:
|
pip:
|
||||||
name: ka-lite-static
|
name: ka-lite-static
|
||||||
version: "{{ kalite_version }}"
|
version: "{{ kalite_version }}"
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
# extra_args="--disable-pip-version-check"
|
# extra_args="--disable-pip-version-check"
|
||||||
# when: internet_available and not is_debuntu
|
# 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:
|
pip:
|
||||||
name: ka-lite-static
|
name: ka-lite-static
|
||||||
version: "{{ kalite_version }}"
|
version: "{{ kalite_version }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue