File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
infrared/common/roles/shade/tasks Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1515 name : pip
1616
1717- name : install virtualenv pip module
18+ become : yes
1819 pip :
1920 name : virtualenv
2021 state : forcereinstall
21- extra_args : --user
2222
2323# required to avoid any conflicts in venv with
2424# different packages versions (especially shade)
3131# do not use shimming for these two special packages
3232- name : shade virtualenv core deps
3333 pip :
34- name : " {{ item }}"
34+ name :
35+ - setuptools>=39.0.0
36+ - pip>=10.0.1
3537 virtualenv : " {{ shade_path_venv }}"
36- 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