1
0
Fork 0
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:
Mariam Ahhttouche 2026-03-05 13:44:19 +01:00 committed by GitHub
parent 028a707e57
commit c910ddc7c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.