manage_pipx_packages/meta/main.yml

25 lines
505 B
YAML
Raw Permalink Normal View History

2023-08-22 21:19:33 +00:00
---
# meta file for deploy_adguard
galaxy_info:
2024-02-05 21:36:42 +00:00
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"
2023-08-22 21:19:33 +00:00
platforms:
- name: Ubuntu
versions:
- jammy
- name: Debian
versions:
2023-08-22 21:46:01 +00:00
- bookworm
2023-08-22 21:19:33 +00:00
galaxy_tags:
2024-02-05 21:36:42 +00:00
- "ubuntu"
- "debian"
- "python"
- "pipx"
- "venv"
2023-08-22 21:19:33 +00:00
dependencies: []