From d9e042a218f619e68bbcfb27d679babb15d325dd Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 4 Mar 2026 01:04:36 +0100 Subject: Fix cosmetic warnings and undefined error --- roles/python/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/python') diff --git a/roles/python/tasks/main.yml b/roles/python/tasks/main.yml index 66cbda67..b846c668 100644 --- a/roles/python/tasks/main.yml +++ b/roles/python/tasks/main.yml @@ -6,7 +6,7 @@ changed_when: false failed_when: false -- name: "Install python {{ item }}" +- name: "Install python versions" ansible.builtin.command: cmd: "mise use --global python@{{ item }}" changed_when: true @@ -24,4 +24,4 @@ ansible.builtin.command: cmd: "mise use --global uv@{{ python_uv_version }}" changed_when: true - when: uv_version not in python_uv_installed_version.stdout + when: python_uv_version not in python_uv_installed_version.stdout -- cgit v1.2.3