]> git.phdru.name Git - ansible.git/commitdiff
Feat(python-packages): `pip install --compile`
authorOleg Broytman <phd@phdru.name>
Mon, 17 Feb 2020 17:33:28 +0000 (20:33 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 17 Feb 2020 17:33:28 +0000 (20:33 +0300)
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