1bfbe3be25
Without force: "yes" the get_url module will only retrieve the file if the destination doesn't exist. This causes issues if, for example, the get-pip.py exists but is empty (due to an issue), or if the get-pip.py is updated at some point. Change-Id: I9d6933c837e0e38d51dfb57a3eddd1ca461e0723 Closes-Bug: #1429165 |
||
---|---|---|
.. | ||
defaults | ||
files | ||
meta | ||
tasks | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst |
OpenStack pip
- tags
-
openstack, pip, cloud, ansible
- category
-
*nix
This role will install pip using the upstream pip.
- name: Install pip and lock it down
hosts: host_name
user: root
roles:
- { role: "pip_lock_down", tags: [ "pip-lock-down" ] }
vars:
pip_get_pip_url: https://bootstrap.pypa.io/get-pip.py