Commit 7258eebd by Fred Smith

Merge pull request #3061 from edx/derf/use_first_pip_in_path

use first pip in path
parents b56f144d 3725ae4a
......@@ -94,7 +94,6 @@
name: "{{ item }}"
state: present
extra_args: "-i {{ COMMON_PYPI_MIRROR_URL }}"
executable: "/usr/local/bin/pip"
with_items: common_pip_pkgs
when: ansible_distribution in common_debian_variants
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment