---
galaxy_info:
  role_name: pip
  author: ProfessorManhattan
  description: Installs pip and a configurable list of pip packages on nearly any platform
  issue_tracker_url: https://gitlab.com/megabyte-labs/ansible-roles/pip/-/issues
  company: Megabyte Labs
  license: license (MIT)
  min_ansible_version: 2.10
  platforms:
    - name: EL
      versions:
        - all
    - name: Fedora
      versions:
        - all
    - name: Debian
      versions:
        - all
    - name: Ubuntu
      versions:
        - all
  galaxy_tags:
    - system
    - server
    - packaging
    - python
    - pip
    - tools
  namespace: professormanhattan
dependencies:
  - role: professormanhattan.homebrew
    when: ansible_os_family == "Darwin"
