mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
comment cleanup
This commit is contained in:
parent
b3795886a9
commit
816a42aa22
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
# extra_args="--disable-pip-version-check"
|
||||
when: internet_available and is_debuntu
|
||||
|
||||
#- name: Install KA Lite non-static + reqs file with pip - (OS's other than debuntu)
|
||||
#- name: Install KA Lite non-static + reqs file with pip (OS's other than debuntu)
|
||||
# pip: requirements={{ pip_packages_dir }}/kalite.txt
|
||||
# virtualenv={{ kalite_venv }}
|
||||
# virtualenv_site_packages=no
|
||||
|
@ -40,7 +40,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 with pip (OS's other than debuntu)
|
||||
pip:
|
||||
name: ka-lite-static
|
||||
version: "{{ kalite_version }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue