File tree Expand file tree Collapse file tree
infrared/common/roles/shade/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 pip :
1919 name : virtualenv
2020 state : forcereinstall
21- extra_args : --user
2221
2322# required to avoid any conflicts in venv with
2423# different packages versions (especially shade)
3130# do not use shimming for these two special packages
3231- name : shade virtualenv core deps
3332 pip :
34- name : " {{ item }}"
33+ name :
34+ - setuptools>=39.0.0
35+ - pip>=10.0.1
3536 virtualenv : " {{ shade_path_venv }}"
3637 virtualenv_command : " {{ ansible_env.HOME }}/.local/bin/virtualenv"
37- with_items :
38- - setuptools>=39.0.0
39- - pip>=10.0.1
4038
4139- name : shade virtualenv deps
4240 pip :
4846 # see https://projects.engineering.redhat.com/browse/RHOSINFRA-1562
4947 # TODO: unpin shade to avoid other conflicts
5048 virtualenv : " {{ shade_path_venv }}"
51- virtualenv_command : " {{ ansible_env.HOME }}/.local/bin/virtualenv"
You can’t perform that action at this time.
0 commit comments