File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
when : pip_installed.stat.exists == false
24
24
25
25
- name : Upgrade pip
26
- pip : name=pip state=latest executable="{{python_pip_path}}"
26
+ pip : name=pip state=latest executable="{{python_pip_path}}" umask=0002
27
27
28
28
- name : Add system pip.conf
29
29
template :
36
36
37
37
# Install packages
38
38
- name : Install/upgrade virtualenv
39
- pip : name=virtualenv state=latest executable="{{python_pip_path}}"
39
+ pip : name=virtualenv state=latest executable="{{python_pip_path}}" umask=0002
40
40
when : python_major_version == '2'
41
41
42
42
- name : Install global packages
43
- pip : name="{{item}}" state=present executable="{{python_pip_path}}"
43
+ pip : name="{{item}}" state=present executable="{{python_pip_path}}" umask=0002
44
44
with_items : " {{python_global_packages}}"
You can’t perform that action at this time.
0 commit comments