1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

With no DL2 tag it makes no sense to cache pip packages for later use

This commit is contained in:
Jerry Vonau 2017-07-07 22:00:11 -05:00 committed by georgejhunt
parent 4baf72a07a
commit 8dbfa4b5fe
9 changed files with 18 additions and 95 deletions

View file

@ -8,15 +8,9 @@
- expect
when: is_F18
- name: Download dependent pip packages F18
pip: name=selenium
extra_args="--download {{ pip_packages_dir }}"
when: internet_available and is_F18
- name: Install dependent pip packages F18
pip: name=selenium
extra_args="--no-index --find-links=file://{{ pip_packages_dir }}"
when: is_F18
when: internet_available and is_F18
- name: Determine if kalite is already downloaded
stat: path={{ downloads_dir }}/ka-lite

View file

@ -34,14 +34,9 @@
- name: Downoad kalite with pip
pip: name=ka-lite version={{ kalite_version }}
extra_args="--download {{ pip_packages_dir }}"
when: internet_available
- name: Install kalite with pip
pip: name=ka-lite version={{ kalite_version }}
extra_args="--no-index --find-links=file://{{ pip_packages_dir }}"
when: internet_available
- name: Default is to have cronserve started with kalite
set_fact: