Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.08 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.08 KB

pip

CI Ansible Galaxy

Set up (the latest version of) pip in Debian-like systems.

Requirements

  • python(2|3) (will be installed)
  • python(2|3)-dev (will be installed)
  • curl (will be installed)

when using pip_install_method: get-pip

Variables

  • pip_install_method: [default: native]: The way to install pip (e.g. native (from Ubuntu/Debian repo) or get-pip, < 24.04 only)

  • pip_python_version_major [default: 3]: Python version to install pip for

  • pip_install: [default: []]: Additional packages to install

Dependencies

None

Example

---
- hosts: all
  roles:
    - oefenweb.pip

License

MIT

Author Information

Mischa ter Smitten

Feedback, bug-reports, requests, ...

Are welcome!