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 6ef16fc commit f0d66d8Copy full SHA for f0d66d8
tasks/python.yml
@@ -22,7 +22,7 @@
22
pip: name="setuptools virtualenv" state=latest executable=pip{{item.item}}
23
environment:
24
PATH: "/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin"
25
- when: item.changed
+# when: item.changed
26
with_items: "{{ python_pip_installed.results }}"
27
28
- name: Install global python packages
0 commit comments