1
0
Fork 0
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:
Mariam Ahhttouche 2026-02-13 17:09:20 +01:00
parent b897756776
commit 473f758ec1
2 changed files with 7 additions and 1 deletions

View file

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