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

Fix yamllint errors

This commit is contained in:
Mariam Ahhttouche 2026-02-25 08:33:22 +01:00
parent ee59148fb9
commit 19043541f1

View file

@ -12,7 +12,7 @@
uv_python:
version: 3.14
state: present
check_mode: yes
check_mode: true
register: failed_install
ignore_errors: true
@ -66,7 +66,7 @@
uv_python:
version: 3.14
state: present
check_mode: yes
check_mode: true
register: install_check_mode
- name: Verify python 3.14 installation in check mode
@ -204,7 +204,7 @@
uv_python:
version: 3.13
state: latest
check_mode: yes
check_mode: true
register: upgrade_python
- name: Verify python 3.13 upgrade in check mode
@ -218,7 +218,7 @@
uv_python:
version: 3.13
state: latest
check_mode: yes
check_mode: true
register: upgrade_python
- name: Verify python 3.13 upgrade again