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:
parent
4baf72a07a
commit
8dbfa4b5fe
9 changed files with 18 additions and 95 deletions
|
|
@ -2,15 +2,10 @@
|
|||
package: name=python-pip
|
||||
state=present
|
||||
|
||||
- name: download xs-authserver from pypi
|
||||
- name: Install xs-authserver from pypi
|
||||
pip: name=xs-authserver
|
||||
extra_args="--download {{ pip_packages_dir }}"
|
||||
when: internet_available
|
||||
|
||||
- name: install xs-authserver from pypi
|
||||
pip: name=xs-authserver
|
||||
extra_args="--no-index --find-links=file://{{ pip_packages_dir }}"
|
||||
|
||||
- name: install gunicorn
|
||||
package: name=python-gunicorn
|
||||
state=present
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue