From 90e8ad98a6e2c920692502098ec354613764d498 Mon Sep 17 00:00:00 2001 From: Mariam Ahhttouche Date: Thu, 5 Mar 2026 12:18:36 +0100 Subject: [PATCH] Update attributes field in documentation --- plugins/modules/uv_python.py | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/plugins/modules/uv_python.py b/plugins/modules/uv_python.py index 94a1a9b898..aa36198c0b 100644 --- a/plugins/modules/uv_python.py +++ b/plugins/modules/uv_python.py @@ -13,6 +13,15 @@ description: version_added: "12.5.0" requirements: - uv must be installed and available in PATH and uv version must be >= 0.8.0. +extends_documentation_fragment: + - community.general.attributes +attributes: + check_mode: + description: Can run in check_mode and return changed status prediction without modifying target. + support: full + diff_mode: + description: Returns details on what has changed (or possibly needs changing in check_mode), when in diff mode. + support: none options: version: description: @@ -49,13 +58,6 @@ options: type: str choices: [present, absent, latest] default: present -attributes: - check_mode: - description: Can run in check_mode and return changed status prediction without modifying target. - support: full - diff_mode: - description: Returns details on what has changed (or possibly needs changing in check_mode), when in diff mode. - support: none notes: seealso: - name: uv documentation