From 19043541f11fc77aac1e1a6a7e714036f8ef20fd Mon Sep 17 00:00:00 2001 From: Mariam Ahhttouche Date: Wed, 25 Feb 2026 08:33:22 +0100 Subject: [PATCH] Fix yamllint errors --- tests/integration/targets/uv_python/tasks/main.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/integration/targets/uv_python/tasks/main.yaml b/tests/integration/targets/uv_python/tasks/main.yaml index 708aa20ce0..d6ee352526 100644 --- a/tests/integration/targets/uv_python/tasks/main.yaml +++ b/tests/integration/targets/uv_python/tasks/main.yaml @@ -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