Skip to content

Releases: bobbyrenwick/ansible-pip

v2.1.4

29 Mar 17:50
0dcf584
Compare
Choose a tag to compare

Fix retrieval of get-pip.py

v2.1.3

09 Jan 15:33
33e70fa
Compare
Choose a tag to compare

Fix handling of most recent version

v2.1.2

22 Sep 11:56
b9292ff
Compare
Choose a tag to compare
  • Fix python 2/3 support

v2.1.1

03 May 23:05
Compare
Choose a tag to compare
  • Allow lowercase "latest" value for pip_version, as well as "LATEST"
  • Fix warnings about Jinja2 templates in when clauses

v2.1.0

25 Apr 15:00
Compare
Choose a tag to compare
  • Add pip_proxy setting
  • Fix warnings about always_run

v2.0.1

24 Feb 00:29
Compare
Choose a tag to compare
  • Fix failures when running the role in check mode

v2.0.0

18 Feb 15:47
Compare
Choose a tag to compare
  • Use become instead of sudo
  • Bump the minimum ansible version to v1.9

1.3.1

28 Oct 13:44
Compare
Choose a tag to compare
  • Make the text prettier

1.3.0

06 Jun 15:45
Compare
Choose a tag to compare
  • Adding support for pip_version=LATEST to force pip to upgrade to the latest version

1.2.0

25 Mar 07:44
Compare
Choose a tag to compare
  • Making role idempotent if specified version of pip is already installed
  • Updated the URL for get-pip.py