1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00

Update plugins/modules/uv_python.py documentation

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
Mariam Ahhttouche 2026-03-10 15:07:00 +00:00 committed by GitHub
parent 5341d23621
commit 51153a615c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
DOCUMENTATION = r""" DOCUMENTATION = r"""
module: uv_python module: uv_python
short_description: Manage Python versions and installations using uv Python package manager short_description: Manage Python versions and installations using the C(uv) Python package manager
description: description:
- Install, uninstall or upgrade Python versions managed by C(uv). - Install, uninstall or upgrade Python versions managed by C(uv).
version_added: "12.5.0" version_added: "12.5.0"