2023-03-15 21:32:18 +00:00
|
|
|
---
|
|
|
|
# meta file for manage_pip_packages
|
2023-03-14 22:23:33 +00:00
|
|
|
galaxy_info:
|
2023-03-15 21:32:18 +00:00
|
|
|
namespace: 'ednxzu'
|
|
|
|
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
|
2023-07-11 18:14:41 +00:00
|
|
|
- bookworm
|
2023-03-15 21:32:18 +00:00
|
|
|
galaxy_tags:
|
|
|
|
- 'ubuntu'
|
|
|
|
- 'debian'
|
|
|
|
- 'python3'
|
|
|
|
- 'pip'
|
|
|
|
- 'packages'
|
2023-03-14 22:23:33 +00:00
|
|
|
|
2023-04-07 22:33:24 +00:00
|
|
|
dependencies: []
|