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

Fix uv_python module documentation

This commit is contained in:
Mariam Ahhttouche 2026-03-11 14:32:48 +00:00
parent e774e5f0b3
commit 0a2eb0a6f8

View file

@ -83,22 +83,31 @@ python_versions:
description: List of Python versions changed.
returned: success
type: list
elements: str
sample:
- "3.13.5"
python_paths:
description: List of installation paths of Python versions changed.
returned: success
type: list
elements: str
sample:
- "/root/.local/share/uv/python/cpython-3.13.5-linux-x86_64-gnu/bin/python3.13"
stdout:
description: Stdout of the executed command.
returned: success
type: str
sample: ""
stderr:
description: Stderr of the executed command.
returned: success
type: str
sample: ""
rc:
description: Return code of the executed command.
returned: success
type: int
sample: 0
"""
import json