mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
Update plugins/modules/uv_python.py
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
028a707e57
commit
c910ddc7c3
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ options:
|
|||
- Desired state of the specified Python version.
|
||||
- |
|
||||
V(present) ensures the specified version is installed.
|
||||
If you specify a full patch version (for example C(3.12.3)), that exact version will be installed if not already present.
|
||||
If you specify a full patch version (for example O(version=3.12.3)), that exact version will be installed if not already present.
|
||||
If you only specify a minor version (for example C(3.12)), the latest available patch version for that minor release is installed only
|
||||
if no patch version for that minor release is currently installed (including patch versions not managed by C(uv)).
|
||||
RV(python_versions) and RV(python_paths) lengths are always equal to one for this state.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue