mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
don't install python2 versions of pip setuptools virtualenv
This commit is contained in:
parent
338ed86b72
commit
9844db85cb
1 changed files with 0 additions and 10 deletions
|
@ -63,13 +63,3 @@
|
||||||
- usbutils
|
- usbutils
|
||||||
- wget
|
- wget
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
# These are added to scripts/ansible for python3 support and will be removed
|
|
||||||
# once the pip calls are ported to use python3
|
|
||||||
- name: "Install 3 common Python packages: python-pip, python-setuptools, python-virtualenv"
|
|
||||||
package:
|
|
||||||
name:
|
|
||||||
- python-pip
|
|
||||||
- python-setuptools
|
|
||||||
- python-virtualenv
|
|
||||||
state: present
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue