mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 13:19:13 +00:00
uv_python module: improve absent state check mode and add corresponding integration test
This commit is contained in:
parent
b897756776
commit
473f758ec1
2 changed files with 7 additions and 1 deletions
|
|
@ -50,6 +50,12 @@
|
|||
version: 3.15
|
||||
state: absent
|
||||
|
||||
- name: Remove globally existing python 3.8 in check mode
|
||||
uv_python:
|
||||
version: 3.8
|
||||
state: absent
|
||||
check_mode: true
|
||||
|
||||
- name: Remove globally existing python 3.8
|
||||
uv_python:
|
||||
version: 3.8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue