An ansible role that ensures pip is installed at the version you specify.
It uses get-pip.py to install pip.
- pip_download_destspecifies where- get-pip.pyshould be downloaded to. Defaults to- /tmp
- pip_versionspecifies which version of pip you want to install. Defaults to- None, to install the latest version.
- pythonspecifies what Python executable to use. Defaults to- python.
- pipspecifies what pip executable to check and use. Defaults to- pip.