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 e861668 commit e641db0Copy full SHA for e641db0
tasks/pip.yml
@@ -6,7 +6,8 @@
6
7
- name: "install pip"
8
command: python /tmp/get-pip.py
9
- creates: "{{python_pip_location}}"
+ args:
10
+ creates: "{{python_pip_location}}"
11
12
- name: "update setuptools"
13
pip:
0 commit comments