Offline deployment: PyPi repo (#3542)

This commit is contained in:
Erwan Miran
2018-10-24 07:22:09 +02:00
committed by k8s-ci-robot
parent 4f12ba00d1
commit 79bf74e90f
7 changed files with 19 additions and 0 deletions

View File

@@ -60,6 +60,7 @@
- name: Install required python modules
pip:
name: "{{ item }}"
extra_args: "{{ pip_extra_args | default(omit) }}"
with_items: "{{pip_python_coreos_modules}}"
environment:
PATH: "{{ ansible_env.PATH }}:{{ bin_dir }}"