manage_pip_packages/meta/main.yml
Bertrand Lanson a82b5054ec
All checks were successful
test / Linting (push) Successful in 9s
test / Molecule tests (default, debian11) (push) Successful in 41s
test / Molecule tests (default, debian12) (push) Successful in 42s
test / Molecule tests (with_custom_packages, debian12) (push) Successful in 47s
test / Molecule tests (with_custom_packages, ubuntu2004) (push) Successful in 52s
test / Molecule tests (with_custom_packages, ubuntu2204) (push) Successful in 1m0s
test / Molecule tests (default, ubuntu2004) (push) Successful in 50s
test / Molecule tests (default, ubuntu2204) (push) Successful in 48s
test / Molecule tests (with_custom_packages, debian11) (push) Successful in 1m18s
feat(core): change namespace
2024-02-05 22:27:12 +01:00

27 lines
537 B
YAML

---
# meta file for manage_pip_packages
galaxy_info:
namespace: "ednz_cloud"
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: []