Skip to content

Conversation

davidpanofsky
Copy link
Member

to work around restrictive system-wide umask

tasks/main.yml Outdated

- name: Upgrade pip
pip: name=pip state=latest executable="{{python_pip_path}}"
pip: name=pip state=latest executable="{{python_pip_path}}" umask=0002
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a variable in defaults/main.yml, something like python_pip_umask, and have a comment explaining it.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point. done.

@ghost
Copy link

ghost commented Nov 9, 2016

lgtm

@davidpanofsky davidpanofsky merged commit 616c108 into master Nov 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant