1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00

Correct version_added field in module documentation

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Mariam Ahhttouche 2026-02-25 20:02:36 +01:00 committed by GitHub
parent a4b658e613
commit d53c0b92b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ module: uv_python
short_description: Manage Python versions and installations using uv Python package manager.
description:
- Install, uninstall or upgrade Python versions managed by C(uv).
version_added: "0.1.10"
version_added: "12.5.0"
requirements:
- uv must be installed and available in PATH.
- uv version must be at least 0.8.0.