Bertrand Lanson
595a3f5821
All checks were successful
test / Linting (push) Successful in 9s
test / Molecule tests (default, debian12) (push) Successful in 1m33s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m40s
test / Molecule tests (with_custom_packages, debian12) (push) Successful in 1m42s
test / Molecule tests (with_custom_packages, ubuntu2204) (push) Successful in 1m38s
25 lines
501 B
YAML
25 lines
501 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'
|
|
- 'python'
|
|
- 'pipx'
|
|
- 'venv'
|
|
|
|
dependencies: []
|