mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update install.yml
This commit is contained in:
parent
adf3f5701e
commit
7c128cfc9e
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- python-virtualenv
|
- python-virtualenv
|
||||||
|
|
||||||
- name: Grab the requirements file
|
- name: Download KA Lite's requirements file
|
||||||
get_url:
|
get_url:
|
||||||
url: "{{ kalite_requirements }}"
|
url: "{{ kalite_requirements }}"
|
||||||
dest: "{{ pip_packages_dir }}/kalite.txt"
|
dest: "{{ pip_packages_dir }}/kalite.txt"
|
||||||
|
@ -22,7 +22,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 with pip (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