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

Fix short_description field in module documentation

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Mariam Ahhttouche 2026-02-25 20:03:26 +01:00 committed by GitHub
parent d53c0b92b6
commit 8cd809dfbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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