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:
parent
5819c8eb7b
commit
54e7a639ef
2 changed files with 13 additions and 12 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue