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

Add another example in documentation

This commit is contained in:
Mariam Ahhttouche 2026-03-05 14:05:55 +01:00
parent d44280e591
commit 8c526794b7

View file

@ -74,6 +74,11 @@ EXAMPLES = r"""
community.general.uv_python:
version: "3.14"
- name: Upgrade Python 3.14
community.general.uv_python:
version: 3.14
state: latest
- name: Remove Python 3.13.5
community.general.uv_python:
version: 3.13.5