Vagrant: pip, setuptools upgraded to newest versions
This commit is contained in:
parent
9bbe36cc3b
commit
5b6539deb6
2
main.yml
2
main.yml
@ -3,8 +3,10 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
sudo: yes
|
sudo: yes
|
||||||
tasks:
|
tasks:
|
||||||
|
- apt: name=python-pip state=absent
|
||||||
- shell: easy_install pip
|
- shell: easy_install pip
|
||||||
- shell: pip install -U pip
|
- shell: pip install -U pip
|
||||||
|
- shell: pip install -U setuptools
|
||||||
- shell: pip install httpie
|
- shell: pip install httpie
|
||||||
#- apt: name=python-virtualenv state=present
|
#- apt: name=python-virtualenv state=present
|
||||||
#- apt: name=virtualenvwrapper state=present
|
#- apt: name=virtualenvwrapper state=present
|
||||||
|
Loading…
x
Reference in New Issue
Block a user