Bertrand Lanson
7d48edb83c
All checks were successful
test / Linting (push) Successful in 8s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m0s
test / Molecule tests (default, debian11) (push) Successful in 1m15s
test / Molecule tests (default, debian12) (push) Successful in 1m15s
test / Molecule tests (default, ubuntu2204) (push) Successful in 55s
test / Molecule tests (with_custom_packages, debian11) (push) Successful in 53s
test / Molecule tests (with_custom_packages, debian12) (push) Successful in 59s
test / Molecule tests (with_custom_packages, ubuntu2004) (push) Successful in 1m3s
test / Molecule tests (with_custom_packages, ubuntu2204) (push) Successful in 1m22s
27 lines
533 B
YAML
27 lines
533 B
YAML
---
|
|
# meta file for manage_pip_packages
|
|
galaxy_info:
|
|
namespace: 'ednxzu'
|
|
role_name: 'manage_pip_packages'
|
|
author: 'Bertrand Lanson'
|
|
description: 'Package management for python on debian-based distros.'
|
|
license: 'license (BSD, MIT)'
|
|
min_ansible_version: '2.10'
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- focal
|
|
- jammy
|
|
- name: Debian
|
|
versions:
|
|
- bullseye
|
|
- bookworm
|
|
galaxy_tags:
|
|
- 'ubuntu'
|
|
- 'debian'
|
|
- 'python3'
|
|
- 'pip'
|
|
- 'packages'
|
|
|
|
dependencies: []
|