mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
Update attributes field in documentation
This commit is contained in:
parent
f3475ae023
commit
90e8ad98a6
1 changed files with 9 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue