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:
parent
e774e5f0b3
commit
0a2eb0a6f8
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue