2023-03-15 21:32:18 +00:00
|
|
|
---
|
|
|
|
# meta file for manage_pip_packages
|
2023-03-14 22:23:33 +00:00
|
|
|
galaxy_info:
|
2024-02-05 21:27:12 +00:00
|
|
|
namespace: "ednz_cloud"
|
|
|
|
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"
|
2023-03-15 21:32:18 +00:00
|
|
|
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:
|
2024-02-05 21:27:12 +00:00
|
|
|
- "ubuntu"
|
|
|
|
- "debian"
|
|
|
|
- "python3"
|
|
|
|
- "pip"
|
|
|
|
- "packages"
|
2023-03-14 22:23:33 +00:00
|
|
|
|
2023-04-07 22:33:24 +00:00
|
|
|
dependencies: []
|