We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4386564 commit e9cb704Copy full SHA for e9cb704
tasks/main.yml
@@ -34,7 +34,6 @@
34
# Install packages
35
- name: Install virtualenv
36
pip: name=virtualenv executable="{{python_pip_path}}" umask="{{python_pip_umask}}"
37
- when: python_major_version == '2'
38
39
- name: Install global packages
40
pip: name="{{item}}" state=present executable="{{python_pip_path}}" umask="{{python_pip_umask}}"
0 commit comments