summaryrefslogtreecommitdiffstats
path: root/roles/python/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/python/tasks/main.yml')
-rw-r--r--roles/python/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
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