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:
parent
d53c0b92b6
commit
8cd809dfbf
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue