We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f2496 commit 4940a75Copy full SHA for 4940a75
tasks/install_pip.yml
@@ -4,4 +4,4 @@
4
get_url: url=https://bootstrap.pypa.io/get-pip.py dest=/tmp/
5
6
- name: Install pip
7
- command: "{{python_path}} /tmp/get-pip.py -t {{python_configure_prefix}}/bin"
+ command: "{{python_path}} /tmp/get-pip.py"
0 commit comments