Skip to content

Commit e641db0

Browse files
committed
proper args for creates
1 parent e861668 commit e641db0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/pip.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
- name: "install pip"
88
command: python /tmp/get-pip.py
9-
creates: "{{python_pip_location}}"
9+
args:
10+
creates: "{{python_pip_location}}"
1011

1112
- name: "update setuptools"
1213
pip:

0 commit comments

Comments
 (0)