ansible-development-environ.../roles/robertdebock.python_pip/meta/main.yml

47 lines
719 B
YAML

---
galaxy_info:
author: Robert de Bock
role_name: python_pip
description: Install pythons pip on your system.
license: Apache-2.0
company: none
min_ansible_version: 2.6
platforms:
- name: Alpine
versions:
- all
- name: ArchLinux
version:
- all
- name: Debian
versions:
- all
- name: EL
version:
- 7
- name: Fedora
versions:
- all
- name: OpenSUSE
versions:
- all
- name: Ubuntu
versions:
- artful
- bionic
galaxy_tags:
- python
- pip
- pypip
- system
- installer
- alpine
- debian
- centos
- fedora
- ubuntu
dependencies: []