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