manage_pipx_packages/meta/main.yml
Bertrand Lanson dbe0605b11
All checks were successful
test / Linting (push) Successful in 7s
test / Molecule tests (default, debian12) (push) Successful in 1m31s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m13s
test / Molecule tests (with_custom_packages, debian12) (push) Successful in 1m17s
test / Molecule tests (with_custom_packages, ubuntu2204) (push) Successful in 1m18s
feat(core): change namespace
2024-02-05 22:36:42 +01:00

25 lines
505 B
YAML

---
# meta file for deploy_adguard
galaxy_info:
namespace: "ednz_cloud"
role_name: "manage_pipx_packages"
author: "Bertrand Lanson"
description: "Package management for python using pipx on debian-based distros."
license: "license (BSD, MIT)"
min_ansible_version: "2.10"
platforms:
- name: Ubuntu
versions:
- jammy
- name: Debian
versions:
- bookworm
galaxy_tags:
- "ubuntu"
- "debian"
- "python"
- "pipx"
- "venv"
dependencies: []