1
0
Fork 0
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:
A Holt 2017-12-08 01:48:58 -05:00 committed by GitHub
parent adf3f5701e
commit 7c128cfc9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
with_items:
- python-virtualenv
- name: Grab the requirements file
- name: Download KA Lite's requirements file
get_url:
url: "{{ kalite_requirements }}"
dest: "{{ pip_packages_dir }}/kalite.txt"
@ -22,7 +22,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 with pip (debuntu)
pip:
name: ka-lite-static
version: "{{ kalite_version }}"