From 0a2eb0a6f8fc4fa7551b7523a75a49ab3929ed78 Mon Sep 17 00:00:00 2001 From: Mariam Ahhttouche Date: Wed, 11 Mar 2026 14:32:48 +0000 Subject: [PATCH] Fix uv_python module documentation --- plugins/modules/uv_python.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugins/modules/uv_python.py b/plugins/modules/uv_python.py index 817b31f95b..2def83cbdf 100644 --- a/plugins/modules/uv_python.py +++ b/plugins/modules/uv_python.py @@ -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