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:
parent
d44280e591
commit
8c526794b7
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue