]> git.phdru.name Git - ansible.git/blobdiff - playbooks/roles/python-packages/tasks/main.yml
Feat(python-packages): `pip install --compile`
[ansible.git] / playbooks / roles / python-packages / tasks / main.yml
index 32edce791ed3d0e69dbac627c7c692c063dca015..3db890c9a4c911dc5bb3eee83ff3600a2e5afccc 100644 (file)
@@ -28,7 +28,7 @@
 
 - name: Upgrade Python packages
   become: true
-  shell: 'umask 022; exec {{ item }} -m pip install --upgrade
+  shell: 'umask 022; exec {{ item }} -m pip install --compile --upgrade
       "pip < 19.1" setuptools tox virtualenv virtualenvwrapper "wheel < 0.31.1"
       flake8 sphinx twine'
   when: python.changed