1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-28 22:49:00 +00:00

uv_python module: refactor code

This commit is contained in:
Mariam Ahhttouche 2026-02-17 15:17:02 +01:00
parent 5819c8eb7b
commit 54e7a639ef
2 changed files with 13 additions and 12 deletions

View file

@ -212,7 +212,7 @@
that:
- unexisting_python_check_mode.changed is false
- unexisting_python_check_mode.failed is true
- 'unexisting_python_check_mode.msg == ""'
- '"Version 3.12.13 is not available." in unexisting_python_check_mode.msg'
- name: Install unexisting python version
uv_python: