manage_pipx_packages/meta/main.yml
Bertrand Lanson d4fe4dbeaa
All checks were successful
test / Linting (push) Successful in 27s
test / Molecule tests (with_custom_packages, debian12) (push) Successful in 1m45s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m59s
test / Molecule tests (default, debian12) (push) Successful in 2m11s
test / Molecule tests (with_custom_packages, ubuntu2204) (push) Successful in 1m35s
remove support for older distros, add wrning about it
2023-08-25 00:21:02 +02:00

25 lines
507 B
YAML

---
# meta file for deploy_adguard
galaxy_info:
namespace: 'ednxzu'
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'
- 'adguard'
- 'adblock'
- 'docker'
dependencies: []